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);
52 …void StartGeneralPeriodicInquiry(InquiryLength inquiry_length, NumResponses num_responses, PeriodL…
54 …void StartLimitedPeriodicInquiry(InquiryLength inquiry_length, NumResponses num_responses, PeriodL…
Dinquiry.cc39 void StartOneShotInquiry(bool limited, InquiryLength inquiry_length, NumResponses num_responses);
42 void StartPeriodicInquiry(bool limited, InquiryLength inquiry_length, NumResponses num_responses,
280 void neighbor::InquiryModule::impl::StartOneShotInquiry(bool limited, InquiryLength inquiry_length, in StartOneShotInquiry()
302 void neighbor::InquiryModule::impl::StartPeriodicInquiry(bool limited, InquiryLength inquiry_length, in StartPeriodicInquiry()
390 void neighbor::InquiryModule::StartGeneralInquiry(InquiryLength inquiry_length, NumResponses num_re… in StartGeneralInquiry()
395 void neighbor::InquiryModule::StartLimitedInquiry(InquiryLength inquiry_length, NumResponses num_re… in StartLimitedInquiry()
405 void neighbor::InquiryModule::StartGeneralPeriodicInquiry(InquiryLength inquiry_length, NumResponse… in StartGeneralPeriodicInquiry()
412 void neighbor::InquiryModule::StartLimitedPeriodicInquiry(InquiryLength inquiry_length, NumResponse… in StartLimitedPeriodicInquiry()