xiao sun / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Thu May 22 13:25:24 2014 +0100
Parent:
36:9ec94579bb78
Child:
38:02cf26a2a4db
Commit message:
add a trivial comment header block for setAddress

Changed in this revision

hw/BLEDevice.h Show annotated file Show diff for this revision Revisions of this file
--- a/hw/BLEDevice.h	Thu May 22 13:25:02 2014 +0100
+++ b/hw/BLEDevice.h	Thu May 22 13:25:24 2014 +0100
@@ -37,6 +37,10 @@
 
     /* GAP specific APIs */
 public:
+    /**
+     * Set the BTLE MAC address and type.
+     * @return
+     */
     ble_error_t setAddress(Gap::addr_type_t type, uint8_t address[6]);
 
     ble_error_t setAdvertisingData(GapAdvertisingData &ADStructures,