ble_gatt_client
|
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 |
Definition at line 2760 of file gatt-client.c.
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 |
Definition at line 2764 of file gatt-client.c.
Referenced by bt_gatt_client_prepare_write(), destroy_prep_write_op(), and prep_write_cb().
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 |
Definition at line 2762 of file gatt-client.c.
Referenced by bt_gatt_client_prepare_write(), destroy_prep_write_op(), and prep_write_cb().