Home
last modified time | relevance | path

Searched refs:InquiryLength (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/neighbor/
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()