fix access privileges for methods of URIBeacon2Service.

master
Rohit Grover 2014-11-28 12:56:13 +00:00
parent 6694c00b40
commit a4d2a4327c
1 changed files with 7 additions and 6 deletions

View File

@ -109,6 +109,12 @@ public:
return initSucceeded;
}
/**
* Please note that the following public APIs are offered to allow modifying
* the service programmatically. It is also possible to do so over BLE GATT
* transactions.
*/
public:
/**
* Update flags of the URIBeacon dynamically.
*
@ -130,12 +136,6 @@ public:
configure();
}
/**
* Please note that the following public APIs are offered to allow modifying
* the service programmatically. It is also possible to do so over BLE GATT
* transactions.
*/
public:
/**
* Update the txPower for a particular mode in the powerLevels table.
*/
@ -161,6 +161,7 @@ public:
configure();
}
private:
/**
* Setup the advertisement payload and GAP settings.
*/