ble_gatt_client
|
Data Fields | |
uint16_t | value_handle |
uint16_t | ccc_handle |
uint16_t | properties |
int | notify_count |
struct queue * | reg_notify_queue |
unsigned int | ccc_write_id |
Definition at line 194 of file gatt-client.c.
uint16_t notify_chrc::ccc_handle |
Definition at line 196 of file gatt-client.c.
Referenced by complete_unregister_notify(), notify_chrc_create(), notify_data_write_ccc(), and register_notify().
unsigned int notify_chrc::ccc_write_id |
Definition at line 204 of file gatt-client.c.
Referenced by bt_gatt_client_unregister_notify(), disable_ccc_callback(), enable_ccc_callback(), notify_data_write_ccc(), and register_notify().
int notify_chrc::notify_count |
Definition at line 198 of file gatt-client.c.
Referenced by bt_gatt_client_unregister_notify(), complete_notify_request(), complete_unregister_notify(), disable_ccc_callback(), enable_ccc_callback(), and register_notify().
uint16_t notify_chrc::properties |
Definition at line 197 of file gatt-client.c.
Referenced by notify_chrc_create(), and notify_data_write_ccc().
struct queue* notify_chrc::reg_notify_queue |
Definition at line 203 of file gatt-client.c.
Referenced by disable_ccc_callback(), enable_ccc_callback(), notify_chrc_create(), notify_chrc_free(), and register_notify().
uint16_t notify_chrc::value_handle |
Definition at line 195 of file gatt-client.c.
Referenced by match_notify_chrc_handle_range(), match_notify_chrc_value_handle(), match_notify_data_handle_range(), notify_chrc_create(), and notify_handler().