High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 573:a98f3fb1ca7b
- Parent:
- 572:8c0ceafa1058
- Child:
- 577:df88c5d7c724
diff -r 8c0ceafa1058 -r a98f3fb1ca7b public/Gap.h --- a/public/Gap.h Fri Jun 19 15:52:49 2015 +0100 +++ b/public/Gap.h Fri Jun 19 15:52:49 2015 +0100 @@ -164,12 +164,12 @@ }; 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 *advertisingDataLenPtr, - const uint8_t **advertisingDataPtr); + 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;