File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ class BLEDescriptor {
8989 BLEDescriptor (BLEUUID uuid, uint16_t max_len = 100 );
9090 virtual ~BLEDescriptor ();
9191
92- uint16_t getHandle () const ; // Get the handle of the descriptor.
93- size_t getLength () const ; // Get the length of the value of the descriptor.
94- BLEUUID getUUID () const ; // Get the UUID of the descriptor.
95- uint8_t *getValue () const ; // Get a pointer to the value of the descriptor.
96- BLECharacteristic *getCharacteristic () const ; // Get the characteristic that this descriptor belongs to.
92+ uint16_t getHandle () const ; // Get the handle of the descriptor.
93+ size_t getLength () const ; // Get the length of the value of the descriptor.
94+ BLEUUID getUUID () const ; // Get the UUID of the descriptor.
95+ uint8_t *getValue () const ; // Get a pointer to the value of the descriptor.
96+ BLECharacteristic *getCharacteristic () const ; // Get the characteristic that this descriptor belongs to.
9797
9898 void setAccessPermissions (uint16_t perm); // Set the permissions of the descriptor.
9999 void setCallbacks (BLEDescriptorCallbacks *pCallbacks); // Set callbacks to be invoked for the descriptor.
You can’t perform that action at this time.
0 commit comments