Searched refs:err_status (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 299 << +gatt_cb.err_status; in gatt_process_exec_write_req() 301 gatt_send_error_rsp(tcb, gatt_cb.err_status, gatt_cb.req_op_code, in gatt_process_exec_write_req() 369 << +gatt_cb.err_status; in gatt_process_read_multi_req() 373 gatt_send_error_rsp(tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, in gatt_process_read_multi_req() 801 << +gatt_cb.err_status; in gatts_process_read_by_type_req() 803 gatt_send_error_rsp(tcb, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl, in gatts_process_read_by_type_req() 1027 << +gatt_cb.err_status; in gatts_process_attribute_req() 1029 gatt_send_error_rsp(tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, in gatts_process_attribute_req()
|
D | gatt_utils.cc | 828 void gatt_set_err_rsp(bool enable, uint8_t req_op_code, uint8_t err_status) { in gatt_set_err_rsp() argument 831 req_op_code, err_status); in gatt_set_err_rsp() 834 gatt_cb.err_status = err_status; in gatt_set_err_rsp()
|
D | gatt_int.h | 376 uint8_t err_status; member 406 uint8_t err_status);
|