diff --git a/public/DiscoveredCharacteristic.h b/public/DiscoveredCharacteristic.h index 51d9ce9..eeb0936 100644 --- a/public/DiscoveredCharacteristic.h +++ b/public/DiscoveredCharacteristic.h @@ -173,15 +173,15 @@ public: } 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;