Searched refs:InquiryResult (Results 1 – 5 of 5) sorted by relevance
63 …assertThat(session).emits(NeighborMatchers.InquiryResult(self.cert_address), timeout=timedelta(sec…
454 const std::vector<hci::InquiryResult> inquiry_results; in TEST_F()
214 def InquiryResult(address): member in NeighborMatchers
4838 struct InquiryResult {4848 packet InquiryResult : Event (event_code = INQUIRY_RESULT) {4850 inquiry_results : InquiryResult[],
685 std::vector<bluetooth::hci::InquiryResult> responses; in IncomingInquiryResponsePacket()