Home
last modified time | relevance | path

Searched refs:InquiryLength (Results 1 – 3 of 3) 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.h27 using InquiryLength = uint8_t; // Range: 0x01 to 0x30, 1.28 to 61.44s variable
48 void StartGeneralInquiry(InquiryLength inquiry_length, NumResponses num_responses);
49 void StartLimitedInquiry(InquiryLength inquiry_length, NumResponses num_responses);
53InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min…
55InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min…
Dinquiry.cc39 void StartOneShotInquiry(bool limited, InquiryLength inquiry_length, NumResponses num_responses);
44 InquiryLength inquiry_length,
285 bool limited, InquiryLength inquiry_length, NumResponses num_responses) { in StartOneShotInquiry()
308 InquiryLength inquiry_length, in StartPeriodicInquiry()
403 void neighbor::InquiryModule::StartGeneralInquiry(InquiryLength inquiry_length, NumResponses num_re… in StartGeneralInquiry()
412 void neighbor::InquiryModule::StartLimitedInquiry(InquiryLength inquiry_length, NumResponses num_re… in StartLimitedInquiry()
427InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min… in StartGeneralPeriodicInquiry()
439InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min… in StartLimitedPeriodicInquiry()