|
ble_gatt_client
|
Data Fields | |
| unsigned int | id |
| unsigned int | timeout_id |
| enum att_op_type | type |
| uint16_t | opcode |
| void * | pdu |
| uint16_t | len |
| bt_att_response_func_t | callback |
| bt_att_destroy_func_t | destroy |
| void * | user_data |
| bt_att_response_func_t att_send_op::callback |
Definition at line 223 of file att.c.
Referenced by cancel_att_send_op(), create_att_send_op(), handle_conf(), and handle_rsp().
| bt_att_destroy_func_t att_send_op::destroy |
Definition at line 224 of file att.c.
Referenced by cancel_att_send_op(), create_att_send_op(), and destroy_att_send_op().
| unsigned int att_send_op::id |
Definition at line 217 of file att.c.
Referenced by bt_att_cancel(), bt_att_send(), match_op_id(), and timeout_cb().
| uint16_t att_send_op::len |
Definition at line 222 of file att.c.
Referenced by encode_pdu().
| uint16_t att_send_op::opcode |
Definition at line 220 of file att.c.
Referenced by create_att_send_op(), encode_pdu(), handle_rsp(), and timeout_cb().
| void* att_send_op::pdu |
Definition at line 221 of file att.c.
Referenced by bt_att_send(), destroy_att_send_op(), encode_pdu(), and handle_rsp().
| unsigned int att_send_op::timeout_id |
Definition at line 218 of file att.c.
Referenced by destroy_att_send_op(), and timeout_cb().
| enum att_op_type att_send_op::type |
Definition at line 219 of file att.c.
Referenced by bt_att_send(), and create_att_send_op().
| void* att_send_op::user_data |
Definition at line 225 of file att.c.
Referenced by cancel_att_send_op(), create_att_send_op(), destroy_att_send_op(), handle_conf(), and handle_rsp().