High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Jun 19 15:51:55 2015 +0100
Parent:
431:1c8c592430ec
Child:
433:b7b9bc2b86fa
Commit message:
Synchronized with git rev f89fcb3e
Author: Rohit Grover
remove extraneous declaration of AdvertisementReportCallback_t

Changed in this revision

public/Gap.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/Gap.h	Fri Jun 19 15:51:54 2015 +0100
+++ b/public/Gap.h	Fri Jun 19 15:51:55 2015 +0100
@@ -164,13 +164,6 @@
     };
     typedef FunctionPointerWithContext<const AdvertisementCallbackParams_t *> AdvertisementReportCallback_t;
 
-    typedef void (*AdvertisementReportCallback_t)(const address_t      peerAddr,
-                                                  int8_t               rssi,
-                                                  bool                 isScanResponse,
-                                                  AdvertisementType_t  type,
-                                                  uint8_t              advertisingDataLen,
-                                                  const uint8_t       *advertisingData);
-
     friend class BLEDevice;
 
 private: