Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dinquiry_mock.h38 …MOCK_METHOD(void, StartGeneralInquiry, (InquiryLength inquiry_length, NumResponses num_responses));
39 …MOCK_METHOD(void, StartLimitedInquiry, (InquiryLength inquiry_length, NumResponses num_responses));
44 …(InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength mi…
48 …(InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength mi…
Dinquiry.h48 void StartGeneralInquiry(InquiryLength inquiry_length, NumResponses num_responses);
49 void StartLimitedInquiry(InquiryLength inquiry_length, NumResponses num_responses);
53 …InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min…
55 …InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min…
Dinquiry_test.cc60 uint8_t num_responses; member
72 .num_responses = 0,
122 hci_register_.num_responses = inquiry.GetNumResponses(); in HandleCommand()
215 hci_register_.num_responses = inquiry.GetNumResponses(); in HandleStatus()
406 uint8_t num_responses = 100; in TEST_F() local
408 …[this, inquiry_length, num_responses] { inquiry_module_->StartGeneralInquiry(inquiry_length, num_r… in TEST_F()
411 ASSERT_EQ(num_responses, hci_register_.num_responses); in TEST_F()
424 uint8_t num_responses = 100; in TEST_F() local
428 [this, inquiry_length, num_responses, max_delay, min_delay] { in TEST_F()
429 … inquiry_module_->StartGeneralPeriodicInquiry(inquiry_length, num_responses, max_delay, min_delay); in TEST_F()
[all …]
Dinquiry.cc39 void StartOneShotInquiry(bool limited, InquiryLength inquiry_length, NumResponses num_responses);
45 NumResponses num_responses,
285 bool limited, InquiryLength inquiry_length, NumResponses num_responses) { in StartOneShotInquiry() argument
296 EnqueueCommandStatus(hci::InquiryBuilder::Create(lap, inquiry_length, num_responses)); in StartOneShotInquiry()
309 NumResponses num_responses, in StartPeriodicInquiry() argument
323 …hci::PeriodicInquiryModeBuilder::Create(max_delay, min_delay, lap, inquiry_length, num_responses)); in StartPeriodicInquiry()
403 …bor::InquiryModule::StartGeneralInquiry(InquiryLength inquiry_length, NumResponses num_responses) { in StartGeneralInquiry() argument
409 num_responses)); in StartGeneralInquiry()
412 …bor::InquiryModule::StartLimitedInquiry(InquiryLength inquiry_length, NumResponses num_responses) { in StartLimitedInquiry() argument
418 num_responses)); in StartLimitedInquiry()
[all …]
/system/nfc/src/fuzzers/nci/
Dstubs.cc28 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses, in rw_t3t_handle_nci_poll_ntf() argument
32 num_responses, in rw_t3t_handle_nci_poll_ntf()
/system/nfc/src/fuzzers/rw/
Dt3t.cc233 uint8_t num_responses; in t3t_nci_msg() local
241 STREAM_TO_UINT8(num_responses, p); in t3t_nci_msg()
243 rw_t3t_handle_nci_poll_ntf(status, num_responses, (uint8_t)plen, p); in t3t_nci_msg()
/system/nfc/src/nfc/tags/
Drw_t3t.cc140 uint8_t num_responses,
145 uint8_t num_responses);
147 uint8_t num_responses);
149 uint8_t num_responses);
344 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses, in rw_t3t_handle_nci_poll_ntf() argument
362 rw_t3t_handle_get_sc_poll_rsp(p_cb, nci_status, num_responses, in rw_t3t_handle_nci_poll_ntf()
367 rw_t3t_handle_fmt_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf()
371 rw_t3t_handle_sro_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf()
375 rw_t3t_handle_ndef_detect_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf()
382 evt_data.t3t_poll.response_num = num_responses; in rw_t3t_handle_nci_poll_ntf()
[all …]
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dhci_socket.py309 num_responses = 0
380 num_responses = 0
/system/bt/stack/btm/
Dbtm_inq.cc760 uint8_t num_responses; in btm_inq_db_reset() local
773 num_responses = 0; in btm_inq_db_reset()
774 (*p_inq->p_inq_cmpl_cb)(&num_responses); in btm_inq_db_reset()
/system/nfc/src/nfc/include/
Drw_int.h898 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses,
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1790 uint8_t num_responses; in nfc_ncif_proc_t3t_polling_ntf() local
1798 STREAM_TO_UINT8(num_responses, p); in nfc_ncif_proc_t3t_polling_ntf()
1800 rw_t3t_handle_nci_poll_ntf(status, num_responses, (uint8_t)plen, p); in nfc_ncif_proc_t3t_polling_ntf()
/system/bt/gd/hci/
Dhci_packets.pdl857 num_responses : 8, // 0x00 unlimited
891 num_responses : 8, // 0x00 unlimited