fix access privileges for methods of URIBeacon2Service.

master
Rohit Grover 9 years ago
parent 6694c00b40
commit a4d2a4327c

@ -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.
*/

Loading…
Cancel
Save