YUFEI JIANG / BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Revision:
7:5e1f0d7f7c7d
Parent:
5:7635f81a8e09
Child:
18:86fe1e247a54
--- a/GapAdvertisingData.h	Fri Dec 13 00:41:11 2013 +0000
+++ b/GapAdvertisingData.h	Mon Dec 16 12:46:12 2013 +0000
@@ -152,6 +152,7 @@
     ble_error_t addFlags(Flags flag = LE_GENERAL_DISCOVERABLE);
     ble_error_t addTxPower(int8_t txPower);
     void        clear(void);
+    uint8_t *   getPayload(void);
     uint8_t     getPayloadLen(void);
 
   private: