X_NUCLEO_IDB05A1
Dependencies: mbed-os-example-ble-Advertising
Revision 275:cb9a052c769b, committed 2016-09-15
- Comitter:
- Vincent Coubard
- Date:
- Thu Sep 15 10:51:38 2016 +0100
- Branch:
- sync_with_github
- Parent:
- 265:46333d70cf81
- Child:
- 276:a20f4cad1d61
- Commit message:
- Sync with 4f8db2b28527e45a5d1505c0ca5711af74175909
2016-07-20 10:19:58+02:00: Andrea Palmieri
Update Address type
Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>
Changed in this revision
| x-nucleo-idb0xa1/BlueNRGGap.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 &);