ble_gatt_client
|
Data Fields | |
struct bt_gatt_client * | client |
bt_gatt_client_callback_t | callback |
void * | user_data |
bt_gatt_destroy_func_t | destroy |
Definition at line 2366 of file gatt-client.c.
bt_gatt_client_callback_t write_op::callback |
Definition at line 2368 of file gatt-client.c.
Referenced by bt_gatt_client_write_execute(), bt_gatt_client_write_value(), exec_write_cb(), and write_cb().
struct bt_gatt_client* write_op::client |
Definition at line 2367 of file gatt-client.c.
Referenced by bt_gatt_client_write_execute(), and exec_write_cb().
bt_gatt_destroy_func_t write_op::destroy |
Definition at line 2370 of file gatt-client.c.
Referenced by bt_gatt_client_write_execute(), bt_gatt_client_write_value(), and destroy_write_op().
void* write_op::user_data |
Definition at line 2369 of file gatt-client.c.
Referenced by bt_gatt_client_write_execute(), bt_gatt_client_write_value(), destroy_write_op(), exec_write_cb(), and write_cb().