ble_gatt_client
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
mtu_op Struct Reference

Data Fields

struct bt_attatt
 
uint16_t client_rx_mtu
 
bt_gatt_result_callback_t callback
 
void * user_data
 
bt_gatt_destroy_func_t destroy
 

Detailed Description

Definition at line 491 of file gatt-helpers.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: