Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_sr.c344 gatt_cb.err_status); in gatt_process_exec_write_req()
346 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, gatt_cb.handle, FALSE); in gatt_process_exec_write_req()
415 …ACE_DEBUG("Conformance tst: forced err rspvofr ReadMultiple: error status=%d", gatt_cb.err_status); 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()
995 …TRACE_DEBUG("Conformance tst: forced err rsp for ReadByType: error status=%d", gatt_cb.err_status); in gatts_process_read_by_type_req()
997 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()
1278 GATT_TRACE_DEBUG("Conformance tst: forced err rsp: error status=%d", gatt_cb.err_status); in gatts_process_attribute_req()
1280 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE); in gatts_process_attribute_req()
Dgatt_int.h509 UINT8 err_status; member
541 extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
Dgatt_utils.c1540 void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status) in gatt_set_err_rsp() argument
1542 …ACE_DEBUG("gatt_set_err_rsp enable=%d op_code=%d, err_status=%d", enable, req_op_code, err_status); in gatt_set_err_rsp()
1545 gatt_cb.err_status = err_status; in gatt_set_err_rsp()