Home
last modified time | relevance | path

Searched refs:req_op_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr.cc384 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) { in gatt_process_exec_write_req()
388 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, gatt_cb.req_op_code, gatt_cb.handle, false); in gatt_process_exec_write_req()
469 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) { in gatt_process_read_multi_req()
475 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, gatt_cb.req_op_code, handle, false); in gatt_process_read_multi_req()
942 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) { in gatts_process_read_by_type_req()
946 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl, false); in gatts_process_read_by_type_req()
1188 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) { in gatts_process_attribute_req()
1191 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, cid, gatt_cb.req_op_code, handle, false); in gatts_process_attribute_req()
Dgatt_utils.cc1016 void gatt_set_err_rsp(bool enable, uint8_t req_op_code, uint8_t err_status) { in gatt_set_err_rsp() argument
1017 log::verbose("enable={} op_code={}, err_status={}", enable, req_op_code, err_status); in gatt_set_err_rsp()
1019 gatt_cb.req_op_code = req_op_code; in gatt_set_err_rsp()
Dgatt_int.h432 uint8_t req_op_code; member
464 void gatt_set_err_rsp(bool enable, uint8_t req_op_code, uint8_t err_status);