HomeSort by relevance Sort by last modified time
    Searched refs:err_status (Results 1 - 4 of 4) sorted by null

  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 719 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;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 341 __FUNCTION__,gatt_cb.err_status);
343 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, gatt_cb.handle, FALSE);
417 GATT_TRACE_DEBUG1("Conformance tst: forced err rspvofr ReadMultiple: error status=%d", gatt_cb.err_status);
421 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE);
    [all...]
gatt_int.h 481 UINT8 err_status; member in struct:__anon3578
513 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
gatt_utils.c     [all...]

Completed in 243 milliseconds