ble_gatt_client
|
Data Fields | |
struct bt_gatt_client * | client |
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 |
Definition at line 2452 of file gatt-client.c.
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().
bt_gatt_client_write_long_callback_t long_write_op::callback |
Definition at line 2464 of file gatt-client.c.
Referenced by bt_gatt_client_write_long_value(), complete_write_long_op(), and execute_write_cb().
struct bt_gatt_client* long_write_op::client |
Definition at line 2453 of file gatt-client.c.
Referenced by bt_gatt_client_write_long_value(), complete_write_long_op(), execute_write_cb(), handle_next_prep_write(), and prepare_write_cb().
uint16_t long_write_op::cur_length |
Definition at line 2463 of file gatt-client.c.
Referenced by bt_gatt_client_write_long_value(), handle_next_prep_write(), and prepare_write_cb().
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 |
Definition at line 2461 of file gatt-client.c.
Referenced by bt_gatt_client_write_long_value(), handle_next_prep_write(), and prepare_write_cb().
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 |
Definition at line 2455 of file gatt-client.c.
Referenced by complete_write_long_op(), execute_write_cb(), handle_next_prep_write(), and prepare_write_cb().
void* long_write_op::user_data |
Definition at line 2465 of file gatt-client.c.
Referenced by bt_gatt_client_write_long_value(), complete_write_long_op(), execute_write_cb(), and long_write_op_free().
uint8_t* long_write_op::value |
Definition at line 2459 of file gatt-client.c.
Referenced by bt_gatt_client_write_long_value(), handle_next_prep_write(), long_write_op_free(), and prepare_write_cb().
uint16_t long_write_op::value_handle |
Definition at line 2458 of file gatt-client.c.
Referenced by bt_gatt_client_write_long_value(), handle_next_prep_write(), and prepare_write_cb().