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

Data Fields

struct bt_gatt_clientclient
 
bool reliable
 
bool success
 
uint8_t att_ecode
 
bool reliable_error
 
uint16_t value_handle
 
uint8_t * value
 
uint16_t length
 
uint16_t offset
 
uint16_t index
 
uint16_t cur_length
 
bt_gatt_client_write_long_callback_t callback
 
void * user_data
 
bt_gatt_client_destroy_func_t destroy
 

Detailed Description

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

Field Documentation

uint8_t long_write_op::att_ecode

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

Referenced by complete_write_long_op(), execute_write_cb(), and prepare_write_cb().

uint16_t long_write_op::cur_length
bt_gatt_client_destroy_func_t long_write_op::destroy

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

Referenced by bt_gatt_client_write_long_value(), and long_write_op_free().

uint16_t long_write_op::index

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

Referenced by handle_next_prep_write(), and prepare_write_cb().

uint16_t long_write_op::length

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

Referenced by bt_gatt_client_write_long_value(), and prepare_write_cb().

uint16_t long_write_op::offset
bool long_write_op::reliable

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

Referenced by bt_gatt_client_write_long_value(), and prepare_write_cb().

bool long_write_op::reliable_error

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

Referenced by complete_write_long_op(), execute_write_cb(), and prepare_write_cb().

bool long_write_op::success
void* long_write_op::user_data
uint8_t* long_write_op::value
uint16_t long_write_op::value_handle

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