Searched refs:err_status (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 347 << +gatt_cb.err_status; in gatt_process_exec_write_req() 349 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, gatt_cb.req_op_code, in gatt_process_exec_write_req() 420 << +gatt_cb.err_status; in gatt_process_read_multi_req() 424 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, gatt_cb.req_op_code, in gatt_process_read_multi_req() 863 << +gatt_cb.err_status; in gatts_process_read_by_type_req() 865 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, gatt_cb.req_op_code, in gatts_process_read_by_type_req() 1096 << +gatt_cb.err_status; in gatts_process_attribute_req() 1098 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, cid, gatt_cb.req_op_code, in gatts_process_attribute_req()
|
D | gatt_utils.cc | 898 void gatt_set_err_rsp(bool enable, uint8_t req_op_code, uint8_t err_status) { in gatt_set_err_rsp() argument 901 req_op_code, err_status); in gatt_set_err_rsp() 904 gatt_cb.err_status = err_status; in gatt_set_err_rsp()
|
D | gatt_int.h | 405 uint8_t err_status; member 438 uint8_t err_status);
|