Fixes to BLE_API for mbedOS Alpha1 release. Mostly relating to doxygen fixes.
Fork of BLE_API by
Diff: services/URIBeacon2Service.h
- Revision:
- 176:a213fd50613d
- Parent:
- 175:4e85f7225f8f
- Child:
- 177:17f4b5924fe9
--- a/services/URIBeacon2Service.h Fri Nov 28 14:11:22 2014 +0000 +++ b/services/URIBeacon2Service.h Fri Nov 28 14:11:23 2014 +0000 @@ -47,14 +47,16 @@ * @param[in] flagsIn * UriBeacon Flags. * @param[in] effectiveTxPowerIn - * UriBeacon Tx Power Level. + * UriBeacon Tx Power Level in dBm. * @param[in] beaconPeriodIn * The period in milliseconds that a UriBeacon packet is * transmitted. A value of zero disables UriBeacon * transmissions. */ URIBeacon2Service(BLEDevice &ble_, const char *urldata, uint8_t flagsIn = 0, int8_t effectiveTxPowerIn = 0, uint16_t beaconPeriodIn = 1000) : - ble(ble_), payloadIndex(0), serviceDataPayload(), + ble(ble_), + payloadIndex(0), + serviceDataPayload(), lockedState(false), uriDataLength(0), uriDataValue(),