BLE test
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/BlueNRGGap.h
- Branch:
- sync_with_github
- Revision:
- 275:cb9a052c769b
- Parent:
- 265:46333d70cf81
- Child:
- 276:a20f4cad1d61
diff -r 46333d70cf81 -r cb9a052c769b x-nucleo-idb0xa1/BlueNRGGap.h --- a/x-nucleo-idb0xa1/BlueNRGGap.h Thu Sep 15 10:51:27 2016 +0100 +++ b/x-nucleo-idb0xa1/BlueNRGGap.h Thu Sep 15 10:51:38 2016 +0100 @@ -90,7 +90,7 @@ }; /* Functions that must be implemented from Gap */ - virtual ble_error_t setAddress(addr_type_t type, const Address_t address); + virtual ble_error_t setAddress(addr_type_t type, const BLEProtocol::AddressBytes_t address); virtual ble_error_t getAddress(BLEProtocol::AddressType_t *typeP, BLEProtocol::AddressBytes_t address); virtual ble_error_t setAdvertisingData(const GapAdvertisingData &, const GapAdvertisingData &); virtual ble_error_t startAdvertising(const GapAdvertisingParams &);