High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 196:febbd68b1095, committed 2014-11-28
- Comitter:
- rgrover1
- Date:
- Fri Nov 28 14:11:25 2014 +0000
- Parent:
- 195:7c0c8ba69626
- Child:
- 197:5551036f054b
- Commit message:
- Synchronized with git rev a4d2a432
Author: Rohit Grover
fix access privileges for methods of URIBeacon2Service.
Changed in this revision
services/URIBeacon2Service.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/services/URIBeacon2Service.h Fri Nov 28 14:11:25 2014 +0000 +++ b/services/URIBeacon2Service.h Fri Nov 28 14:11:25 2014 +0000 @@ -110,6 +110,12 @@ } /** + * 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. * * @param[in] flagsIn @@ -131,12 +137,6 @@ } /** - * 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. */ void setTxPowerLevel(TXPowerModes_t mode, int8_t txPowerIn) { @@ -161,6 +161,7 @@ configure(); } +private: /** * Setup the advertisement payload and GAP settings. */