Changed URIBeaconConfigService.h to work with ST board
Fork of BLE_API by
Diff: public/DiscoveredCharacteristic.h
- Revision:
- 566:6681c6e0d7c0
- Parent:
- 565:a3fb221c0813
diff -r a3fb221c0813 -r 6681c6e0d7c0 public/DiscoveredCharacteristic.h --- a/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:11 2015 +0100 +++ b/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:11 2015 +0100 @@ -173,15 +173,15 @@ } protected: - GattClient *gattc; + GattClient *gattc; protected: - UUID uuid; - Properties_t props; - GattAttribute::Handle_t declHandle; - GattAttribute::Handle_t valueHandle; + UUID uuid; + Properties_t props; + GattAttribute::Handle_t declHandle; + GattAttribute::Handle_t valueHandle; - Gap::Handle_t connHandle; + Gap::Handle_t connHandle; public: static GattClient::ReadCallback_t onDataReadCallback;