Searched refs:err_status (Results 1 – 4 of 4) sorted by relevance
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 719 int err_status; in _nss_mdns_gethostbyaddr_r() local 751 err_status = init_result (&result, result_buf, buf, buflen); in _nss_mdns_gethostbyaddr_r() 752 if (err_status) in _nss_mdns_gethostbyaddr_r() 754 *errnop = err_status; in _nss_mdns_gethostbyaddr_r() 794 int err_status; in mdns_gethostbyname2() local 797 err_status = init_result (&result, result_buf, buf, buflen); in mdns_gethostbyname2() 798 if (err_status) in mdns_gethostbyname2() 800 *errnop = err_status; in mdns_gethostbyname2()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_sr.c | 345 gatt_cb.err_status); in gatt_process_exec_write_req() 347 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() 416 …ACE_DEBUG("Conformance tst: forced err rspvofr ReadMultiple: error status=%d", gatt_cb.err_status); in gatt_process_read_multi_req() 420 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE); in gatt_process_read_multi_req() 994 …TRACE_DEBUG("Conformance tst: forced err rsp for ReadByType: error status=%d", gatt_cb.err_status); in gatts_process_read_by_type_req() 996 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() 1274 GATT_TRACE_DEBUG("Conformance tst: forced err rsp: error status=%d", gatt_cb.err_status); in gatts_process_attribute_req() 1276 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE); in gatts_process_attribute_req()
|
D | gatt_int.h | 500 UINT8 err_status; member 532 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
|
D | gatt_utils.c | 1540 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()
|