/system/bt/gd/neighbor/ |
D | inquiry_mock.h | 38 …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…
|
D | inquiry.h | 48 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…
|
D | inquiry_test.cc | 60 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 …]
|
D | inquiry.cc | 39 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/ |
D | stubs.cc | 28 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/ |
D | t3t.cc | 233 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/ |
D | rw_t3t.cc | 140 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/ |
D | hci_socket.py | 309 num_responses = 0 380 num_responses = 0
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 760 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/ |
D | rw_int.h | 898 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses,
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 1790 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/ |
D | hci_packets.pdl | 857 num_responses : 8, // 0x00 unlimited 891 num_responses : 8, // 0x00 unlimited
|