Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci
Fork of BLE_API by
Diff: ble/GapAdvertisingData.h
- Revision:
- 769:2d236d9afa9e
- Parent:
- 765:4cd91998cd48
--- a/ble/GapAdvertisingData.h Fri Aug 07 15:55:21 2015 +0100
+++ b/ble/GapAdvertisingData.h Fri Aug 07 15:55:21 2015 +0100
@@ -328,7 +328,7 @@
* Returns a pointer to the the current payload
*/
const uint8_t *getPayload(void) const {
- return (_payloadLen > 0) ? _payload : NULL;
+ return _payload;
}
/**
