Searched refs:InquiryLength (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/neighbor/ |
D | inquiry.h | 27 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); 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.cc | 39 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() 427 …InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min… in StartGeneralPeriodicInquiry() 439 …InquiryLength inquiry_length, NumResponses num_responses, PeriodLength max_delay, PeriodLength min… in StartLimitedPeriodicInquiry()
|