ble_gatt_client
|
Data Fields | |
struct bt_att * | att |
uint16_t | client_rx_mtu |
bt_gatt_result_callback_t | callback |
void * | user_data |
bt_gatt_destroy_func_t | destroy |
Definition at line 491 of file gatt-helpers.c.
struct bt_att* mtu_op::att |
Definition at line 492 of file gatt-helpers.c.
Referenced by bt_gatt_exchange_mtu(), and mtu_cb().
bt_gatt_result_callback_t mtu_op::callback |
Definition at line 494 of file gatt-helpers.c.
Referenced by bt_gatt_exchange_mtu(), and mtu_cb().
uint16_t mtu_op::client_rx_mtu |
Definition at line 493 of file gatt-helpers.c.
Referenced by bt_gatt_exchange_mtu(), and mtu_cb().
bt_gatt_destroy_func_t mtu_op::destroy |
Definition at line 496 of file gatt-helpers.c.
Referenced by bt_gatt_exchange_mtu(), and destroy_mtu_op().
void* mtu_op::user_data |
Definition at line 495 of file gatt-helpers.c.
Referenced by bt_gatt_exchange_mtu(), destroy_mtu_op(), and mtu_cb().