From a4d2a4327cf548b45793ce7fa8731864e63a9bc5 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 28 Nov 2014 12:56:13 +0000 Subject: [PATCH] fix access privileges for methods of URIBeacon2Service. --- services/URIBeacon2Service.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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. */