From f89fcb3ec2cdc51fd9c18178d9dbb402b0a2a07b Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Wed, 20 May 2015 10:19:05 +0100 Subject: [PATCH] remove extraneous declaration of AdvertisementReportCallback_t --- public/Gap.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/Gap.h b/public/Gap.h index f6f5db0..c44346e 100644 --- a/public/Gap.h +++ b/public/Gap.h @@ -164,13 +164,6 @@ public: }; typedef FunctionPointerWithContext 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: