@@ -89,11 +89,11 @@ class BLEDescriptor {
89
89
BLEDescriptor (BLEUUID uuid, uint16_t max_len = 100 );
90
90
virtual ~BLEDescriptor ();
91
91
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.
97
97
98
98
void setAccessPermissions (uint16_t perm); // Set the permissions of the descriptor.
99
99
void setCallbacks (BLEDescriptorCallbacks *pCallbacks); // Set callbacks to be invoked for the descriptor.
0 commit comments