ble_gatt_client
|
Data Fields | |
bt_gatt_client_read_callback_t | callback |
void * | user_data |
bt_gatt_client_destroy_func_t | destroy |
Definition at line 1994 of file gatt-client.c.
bt_gatt_client_read_callback_t read_op::callback |
Definition at line 1995 of file gatt-client.c.
Referenced by bt_gatt_client_read_multiple(), bt_gatt_client_read_value(), read_cb(), and read_multiple_cb().
bt_gatt_client_destroy_func_t read_op::destroy |
Definition at line 1997 of file gatt-client.c.
Referenced by bt_gatt_client_read_multiple(), bt_gatt_client_read_value(), and destroy_read_op().
void* read_op::user_data |
Definition at line 1996 of file gatt-client.c.
Referenced by bt_gatt_client_read_multiple(), bt_gatt_client_read_value(), destroy_read_op(), read_cb(), and read_multiple_cb().