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

Data Fields

bt_gatt_client_write_long_callback_t callback
 
void * user_data
 
bt_gatt_destroy_func_t destroy
 
uint8_t * pdu
 
uint16_t pdu_len
 

Detailed Description

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

Field Documentation

bt_gatt_client_write_long_callback_t prep_write_op::callback

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

Referenced by bt_gatt_client_prepare_write(), and prep_write_cb().

bt_gatt_destroy_func_t prep_write_op::destroy

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

Referenced by bt_gatt_client_prepare_write(), and destroy_prep_write_op().

uint8_t* prep_write_op::pdu
uint16_t prep_write_op::pdu_len

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

Referenced by bt_gatt_client_prepare_write(), and prep_write_cb().

void* prep_write_op::user_data

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