I don't know why this is happening.
Fork of BLE_API by
Diff: services/URIBeaconConfigService.h
- Revision:
- 665:cfcc89fd5969
- Parent:
- 664:1624b24837d0
- Child:
- 667:875aecb84719
diff -r 1624b24837d0 -r cfcc89fd5969 services/URIBeaconConfigService.h --- a/services/URIBeaconConfigService.h Fri Jun 19 15:53:00 2015 +0100 +++ b/services/URIBeaconConfigService.h Fri Jun 19 15:53:00 2015 +0100 @@ -305,7 +305,7 @@ reinterpret_cast<uint8_t *>(params.advPowerLevels), sizeof(PowerLevels_t)); } - private: +private: void lockAuthorizationCallback(GattCharacteristicWriteAuthCBParams *authParams) { if (lockedState) { authParams->authorizationReply = AUTH_CALLBACK_REPLY_ATTERR_INSUF_AUTHORIZATION; @@ -392,7 +392,7 @@ ReadWriteGattCharacteristic<uint16_t> beaconPeriodChar; WriteOnlyGattCharacteristic<uint8_t> resetChar; - public: +public: /* * Encode a human-readable URI into the binary format defined by URIBeacon spec (https://github.com/google/uribeacon/tree/master/specification). */