Home
last modified time | relevance | path

Searched defs:inquiry (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/neighbor/
Dinquiry_test.cc116 … auto inquiry = hci::PeriodicInquiryModeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() local
211 auto inquiry = hci::InquiryView::Create(hci::DiscoveryCommandView::Create(command)); in HandleStatus() local
/system/bt/main/shim/
Dbtm.cc262 Btm::Btm(os::Handler* handler, neighbor::InquiryModule* inquiry) in Btm()
/system/bt/gd/hci/
Dhci_packets_test.cc173 std::vector<uint8_t> inquiry = {0x01, 0x04, 0x05, 0x33, 0x8b, 0x9e, 0xaa, 0xbb}; variable
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc563 auto inquiry = model::packets::InquiryView::Create(incoming); in IncomingInquiryPacket() local