ble_gatt_client
|
Data Fields | |
uint8_t | opcode |
uint8_t * | pdu |
ssize_t | pdu_len |
bool | handler_found |
struct bt_gatt_client * | client |
unsigned int | id |
unsigned int | att_id |
int | ref_count |
struct notify_chrc * | chrc |
bt_gatt_client_register_callback_t | callback |
bt_gatt_client_notify_callback_t | notify |
void * | user_data |
bt_gatt_client_destroy_func_t | destroy |
struct gatt_db_attribute * | attr |
bool | added |
bool notify_data::added |
Definition at line 264 of file gatt-db.c.
Referenced by handle_notify(), and notify_service_changed().
unsigned int notify_data::att_id |
Definition at line 210 of file gatt-client.c.
Referenced by complete_notify_request(), complete_unregister_notify(), notify_data_cleanup(), and notify_data_write_ccc().
struct gatt_db_attribute* notify_data::attr |
Definition at line 263 of file gatt-db.c.
Referenced by handle_notify(), and notify_service_changed().
bt_gatt_client_register_callback_t notify_data::callback |
Definition at line 213 of file gatt-client.c.
Referenced by complete_notify_request(), enable_ccc_callback(), and register_notify().
struct notify_chrc* notify_data::chrc |
Definition at line 212 of file gatt-client.c.
Referenced by bt_gatt_client_unregister_notify(), complete_notify_request(), complete_unregister_notify(), disable_ccc_callback(), enable_ccc_callback(), match_notify_data_handle_range(), notify_data_write_ccc(), notify_handler(), and register_notify().
struct bt_gatt_client* notify_data::client |
Definition at line 208 of file gatt-client.c.
Referenced by complete_unregister_notify(), enable_ccc_callback(), notify_data_cleanup(), notify_data_write_ccc(), and register_notify().
bt_gatt_client_destroy_func_t notify_data::destroy |
Definition at line 216 of file gatt-client.c.
Referenced by notify_data_unref(), and register_notify().
unsigned int notify_data::id |
Definition at line 209 of file gatt-client.c.
Referenced by match_notify_data_id(), and register_notify().
bt_gatt_client_notify_callback_t notify_data::notify |
Definition at line 214 of file gatt-client.c.
Referenced by notify_handler(), and register_notify().
uint8_t* notify_data::pdu |
Definition at line 752 of file att.c.
Referenced by notify_data_write_ccc().
int notify_data::ref_count |
Definition at line 211 of file gatt-client.c.
Referenced by notify_data_ref(), notify_data_unref(), and register_notify().
void* notify_data::user_data |
Definition at line 215 of file gatt-client.c.
Referenced by complete_notify_request(), disable_ccc_callback(), enable_ccc_callback(), handle_notify(), notify_data_unref(), notify_handler(), and register_notify().