Home
last modified time | relevance | path

Searched refs:num_responses (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c117 static void rw_t3t_handle_get_sc_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses,…
118 …andle_ndef_detect_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses, UINT8 sensf_r…
119 static void rw_t3t_handle_fmt_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses, UI…
263 void rw_t3t_handle_nci_poll_ntf (UINT8 nci_status, UINT8 num_responses, UINT8 sensf_res_buf_size, U… in rw_t3t_handle_nci_poll_ntf() argument
283 …rw_t3t_handle_get_sc_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_bu… in rw_t3t_handle_nci_poll_ntf()
289 … rw_t3t_handle_fmt_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_buf); in rw_t3t_handle_nci_poll_ntf()
295 …rw_t3t_handle_ndef_detect_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_r… in rw_t3t_handle_nci_poll_ntf()
303 evt_data.t3t_poll.response_num = num_responses; in rw_t3t_handle_nci_poll_ntf()
1479 static void rw_t3t_handle_get_sc_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses,… in rw_t3t_handle_get_sc_poll_rsp() argument
1491 &&(num_responses > 0) in rw_t3t_handle_get_sc_poll_rsp()
[all …]
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c1355 UINT8 num_responses; in nfc_ncif_proc_t3t_polling_ntf() local
1359 STREAM_TO_UINT8 (num_responses, p); in nfc_ncif_proc_t3t_polling_ntf()
1361 rw_t3t_handle_nci_poll_ntf (status, num_responses, (UINT8) plen, p); in nfc_ncif_proc_t3t_polling_ntf()
/external/qemu/hw/
Dbt.h1319 uint8_t num_responses; member
1557 uint8_t num_responses; member
1567 uint8_t num_responses; member
Dbt-hci.c519 .num_responses = 1, in bt_hci_inquiry_result_standard()
538 .num_responses = 1, in bt_hci_inquiry_result_with_rssi()
/external/libnfc-nci/src/nfc/int/
Drw_int.h611 void rw_t3t_handle_nci_poll_ntf (UINT8 nci_status, UINT8 num_responses, UINT8 sensf_res_buf_size, U…
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c1358 UINT8 num_responses; in btm_inq_db_reset() local
1377 num_responses = 0; in btm_inq_db_reset()
1378 (*p_inq->p_inq_cmpl_cb)(&num_responses); in btm_inq_db_reset()