Home
last modified time | relevance | path

Searched refs:InquiryResult (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/neighbor/cert/
Dneighbor_test.py63 …assertThat(session).emits(NeighborMatchers.InquiryResult(self.cert_address), timeout=timedelta(sec…
/system/bt/gd/neighbor/
Dinquiry_test.cc454 const std::vector<hci::InquiryResult> inquiry_results; in TEST_F()
/system/bt/gd/cert/
Dmatchers.py214 def InquiryResult(address): member in NeighborMatchers
/system/bt/gd/hci/
Dhci_packets.pdl4838 struct InquiryResult {
4848 packet InquiryResult : Event (event_code = INQUIRY_RESULT) {
4850 inquiry_results : InquiryResult[],
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc685 std::vector<bluetooth::hci::InquiryResult> responses; in IncomingInquiryResponsePacket()