High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: ble/GapAdvertisingData.h
- Revision:
- 769:2d236d9afa9e
- Parent:
- 765:4cd91998cd48
- Child:
- 895:a43c4a9bde02
diff -r 8914bea92690 -r 2d236d9afa9e ble/GapAdvertisingData.h --- 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; } /**