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.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: services/URIBeacon2Service.h
- Revision:
- 175:4e85f7225f8f
- Parent:
- 174:5ae7781362b6
- Child:
- 176:a213fd50613d
diff -r 5ae7781362b6 -r 4e85f7225f8f services/URIBeacon2Service.h
--- a/services/URIBeacon2Service.h Fri Nov 28 14:11:22 2014 +0000
+++ b/services/URIBeacon2Service.h Fri Nov 28 14:11:22 2014 +0000
@@ -31,6 +31,13 @@
const uint8_t beaconPeriodCharUUID[] = UUID_INITIALIZER_LIST(0x20, 0x88);
class URIBeacon2Service {
+ enum TXPowerModes_t {
+ TX_POWER_MODE_LOWEST = 0,
+ TX_POWER_MODE_LOW = 1,
+ TX_POWER_MODE_MEDIUM = 2,
+ TX_POWER_MODE_HIGH = 3,
+ };
+
public:
/**
* @param[ref] ble
