Searched refs:num_responses (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 140 uint8_t num_responses, 145 uint8_t num_responses); 147 uint8_t num_responses); 149 uint8_t num_responses); 334 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses, in rw_t3t_handle_nci_poll_ntf() argument 352 rw_t3t_handle_get_sc_poll_rsp(p_cb, nci_status, num_responses, in rw_t3t_handle_nci_poll_ntf() 357 rw_t3t_handle_fmt_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf() 361 rw_t3t_handle_sro_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf() 365 rw_t3t_handle_ndef_detect_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf() 371 evt_data.t3t_poll.response_num = num_responses; in rw_t3t_handle_nci_poll_ntf() [all …]
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | hci_socket.py | 313 num_responses = 0 393 num_responses = 0
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 1073 uint8_t num_responses; in btm_inq_db_reset() local 1088 num_responses = 0; in btm_inq_db_reset() 1089 (*p_inq->p_inq_cmpl_cb)(&num_responses); in btm_inq_db_reset()
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 799 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses,
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 1542 uint8_t num_responses; in nfc_ncif_proc_t3t_polling_ntf() local 1546 STREAM_TO_UINT8(num_responses, p); in nfc_ncif_proc_t3t_polling_ntf() 1548 rw_t3t_handle_nci_poll_ntf(status, num_responses, (uint8_t)plen, p); in nfc_ncif_proc_t3t_polling_ntf()
|