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

Data Fields

struct bt_gatt_clientclient
 
int ref_count
 
uint16_t value_handle
 
uint16_t offset
 
struct iovec iov
 
bt_gatt_client_read_callback_t callback
 
void * user_data
 
bt_gatt_client_destroy_func_t destroy
 

Detailed Description

Definition at line 2175 of file gatt-client.c.

Field Documentation

bt_gatt_client_read_callback_t read_long_op::callback

Definition at line 2181 of file gatt-client.c.

Referenced by bt_gatt_client_read_long_value(), and read_long_cb().

struct bt_gatt_client* read_long_op::client

Definition at line 2176 of file gatt-client.c.

Referenced by bt_gatt_client_read_long_value(), and read_long_cb().

bt_gatt_client_destroy_func_t read_long_op::destroy

Definition at line 2183 of file gatt-client.c.

Referenced by bt_gatt_client_read_long_value(), and destroy_read_long_op().

struct iovec read_long_op::iov

Definition at line 2180 of file gatt-client.c.

Referenced by append_chunk(), destroy_read_long_op(), and read_long_cb().

uint16_t read_long_op::offset

Definition at line 2179 of file gatt-client.c.

Referenced by append_chunk(), bt_gatt_client_read_long_value(), and read_long_cb().

int read_long_op::ref_count

Definition at line 2177 of file gatt-client.c.

void* read_long_op::user_data
uint16_t read_long_op::value_handle

Definition at line 2178 of file gatt-client.c.

Referenced by bt_gatt_client_read_long_value(), and read_long_cb().


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