Searched defs:rsp_len (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Dtags_int.h39 UINT8 rsp_len; member in struct:__anon20303
68 UINT8 rsp_len; member in struct:__anon20306
H A Drw_int.h125 UINT8 rsp_len; /* expected length of the response */ member in struct:__anon20287
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c1004 if (p_evt_data->send_evt.rsp_len)
1007 nfa_hci_cb.rsp_buf_size = p_evt_data->send_evt.rsp_len;
1114 UINT8 rsp_len = 0; local
1143 rsp_len = 2;
1151 rsp_len = 1;
1164 nfa_hciu_send_msg (NFA_HCI_LINK_MANAGEMENT_PIPE, NFA_HCI_RESPONSE_TYPE, response, rsp_len, data);
1182 UINT8 rsp_len = 0; local
1194 rsp_len = 1;
1201 nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, response, rsp_len, data);
1217 UINT8 rsp_len local
1760 UINT16 rsp_len = 0; local
2067 UINT8 rsp_len = 0; local
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h175 UINT16 rsp_len; /* Response parameter length */ member in struct:__anon19963
/external/qemu/hw/
H A Dbt-sdp.c493 int rsp_len = 0; local
515 rsp_len = sdp_svc_search(sdp, rsp, data, len);
520 rsp_len = sdp_attr_get(sdp, rsp, data, len);
525 rsp_len = sdp_svc_search_attr_get(sdp, rsp, data, len);
540 if (rsp_len < 0) {
541 err = -rsp_len;
542 rsp_len = 0;
548 rsp[rsp_len ++] = err >> 8;
549 rsp[rsp_len ++] = err & 0xff;
552 sdu_out = sdp->channel->sdu_out(sdp->channel, rsp_len
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h236 UINT16 rsp_len; member in struct:__anon20106

Completed in 123 milliseconds