diff --git a/services/URIBeacon2Service.h b/services/URIBeacon2Service.h index 7eb6c74..bf5926b 100644 --- a/services/URIBeacon2Service.h +++ b/services/URIBeacon2Service.h @@ -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. */