HomeSort by relevance Sort by last modified time
    Searched defs:err_status (Results 1 - 2 of 2) 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_int.h 481 UINT8 err_status; member in struct:__anon3129
513 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);

Completed in 90 milliseconds