add a trivial comment header block for setAddress

master
Rohit Grover 2014-05-22 13:25:24 +01:00
parent 417f2f58c2
commit 789bd6f6c0
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ public:
/* 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,