High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 577:df88c5d7c724, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:50 2015 +0100
- Parent:
- 576:d278c4ec1df4
- Child:
- 578:18baa82a1eaa
- 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:52:50 2015 +0100 +++ b/public/Gap.h Fri Jun 19 15:52:50 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: