@@ -91,21 +91,21 @@ class BLEClientCharacteristic
91
91
uint16_t write32_resp (int value);
92
92
93
93
/* ------------- Notify -------------*/
94
- bool writeCCCD (uint16_t value);
94
+ bool writeCCCD (uint16_t value);
95
95
96
- bool enableNotify (void );
97
- bool disableNotify (void );
96
+ bool enableNotify (void );
97
+ bool disableNotify (void );
98
98
99
- bool enableIndicate (void );
100
- bool disableIndicate (void );
99
+ bool enableIndicate (void );
100
+ bool disableIndicate (void );
101
101
102
102
/* ------------- Callbacks -------------*/
103
- void setNotifyCallback (notify_cb_t fp, bool useAdaCallback = true );
104
- void setIndicateCallback (indicate_cb_t fp, bool useAdaCallback = true );
103
+ void setNotifyCallback (notify_cb_t fp, bool useAdaCallback = true );
104
+ void setIndicateCallback (indicate_cb_t fp, bool useAdaCallback = true );
105
105
106
106
/* ------------- Internal usage -------------*/
107
- void _assign (ble_gattc_char_t * gattc_chr);
108
- bool _discoverDescriptor (uint16_t conn_handle, ble_gattc_handle_range_t hdl_range);
107
+ void _assign (ble_gattc_char_t * gattc_chr);
108
+ bool _discoverDescriptor (uint16_t conn_handle, ble_gattc_handle_range_t hdl_range);
109
109
110
110
private:
111
111
ble_gattc_char_t _chr;
0 commit comments