ble_gatt_client
|
Data Fields | |
unsigned int | id |
uint16_t | opcode |
bt_att_notify_func_t | callback |
bt_att_destroy_func_t | destroy |
void * | user_data |
bt_att_notify_func_t att_notify::callback |
Definition at line 262 of file att.c.
Referenced by bt_att_register(), and handle_notify().
bt_att_destroy_func_t att_notify::destroy |
Definition at line 263 of file att.c.
Referenced by bt_att_register(), and destroy_att_notify().
unsigned int att_notify::id |
Definition at line 260 of file att.c.
Referenced by bt_att_register(), and match_notify_id().
uint16_t att_notify::opcode |
Definition at line 261 of file att.c.
Referenced by bt_att_register(), and handle_notify().
void* att_notify::user_data |
Definition at line 264 of file att.c.
Referenced by bt_att_register(), destroy_att_notify(), and handle_notify().