add AdvertisementType_t
This commit is contained in:
parent
8980b6d7d2
commit
6a5663babb
1 changed files with 7 additions and 0 deletions
|
@ -164,6 +164,13 @@ 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 *advertisingDataLenPtr,
|
||||
const uint8_t **advertisingDataPtr);
|
||||
|
||||
friend class BLEDevice;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue