Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: services/URIBeacon2Service.h
- Revision:
- 196:febbd68b1095
- Parent:
- 194:669eced4cd5e
- Child:
- 199:6b57874115f6
diff -r 7c0c8ba69626 -r febbd68b1095 services/URIBeacon2Service.h
--- 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.
*/
