Searched refs:err_status (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c719 int err_status; local
751 err_status = init_result (&result, result_buf, buf, buflen);
752 if (err_status)
754 *errnop = err_status;
794 int err_status; local
797 err_status = init_result (&result, result_buf, buf, buflen);
798 if (err_status)
800 *errnop = err_status;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_sr.c403 GATT_TRACE_DEBUG1("Conformance tst: forced err rspvofr ReadMultiple: error status=%d", gatt_cb.err_status);
407 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE);
962 GATT_TRACE_DEBUG1("Conformance tst: forced err rsp for ReadByType: error status=%d", gatt_cb.err_status);
964 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl, FALSE);
1232 GATT_TRACE_DEBUG1("Conformance tst: forced err rsp: error status=%d", gatt_cb.err_status);
1234 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE);
H A Dgatt_int.h470 UINT8 err_status; member in struct:__anon1062
501 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
H A Dgatt_utils.c1430 void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status) argument
1432 GATT_TRACE_DEBUG3("gatt_set_err_rsp enable=%d op_code=%d, err_status=%d", enable, req_op_code, err_status);
1435 gatt_cb.err_status = err_status;

Completed in 2524 milliseconds