remove extraneous declaration of AdvertisementReportCallback_t
This commit is contained in:
parent
c2b53a6f8a
commit
f89fcb3ec2
1 changed files with 0 additions and 7 deletions
|
@ -164,13 +164,6 @@ public:
|
|||
};
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue