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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_sr.c338 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code)
343 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, gatt_cb.handle, FALSE);
415 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code)
421 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE);
983 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code)
987 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl, FALSE);
1262 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code)
1266 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE);
H A Dgatt_int.h480 UINT8 req_op_code; member in struct:__anon1172
513 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
H A Dgatt_utils.c1448 void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status) argument
1450 GATT_TRACE_DEBUG3("gatt_set_err_rsp enable=%d op_code=%d, err_status=%d", enable, req_op_code, err_status);
1452 gatt_cb.req_op_code = req_op_code;

Completed in 2357 milliseconds