Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c336 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) in gatt_process_exec_write_req()
341 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, 0, FALSE); in gatt_process_exec_write_req()
413 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) in gatt_process_read_multi_req()
419 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE); in gatt_process_read_multi_req()
972 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) in gatts_process_read_by_type_req()
976 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl, FALSE); in gatts_process_read_by_type_req()
1242 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) in gatts_process_attribute_req()
1246 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE); in gatts_process_attribute_req()
Dgatt_int.h480 UINT8 req_op_code; member
513 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
Dgatt_utils.c1448 void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status) in gatt_set_err_rsp() argument
1450 …GATT_TRACE_DEBUG3("gatt_set_err_rsp enable=%d op_code=%d, err_status=%d", enable, req_op_code, err… in gatt_set_err_rsp()
1452 gatt_cb.req_op_code = req_op_code; in gatt_set_err_rsp()