abc

Fork of BLE_API by Bluetooth Low Energy

Revision:
196:febbd68b1095
Parent:
194:669eced4cd5e
Child:
199:6b57874115f6
--- 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.
      */