Home
last modified time | relevance | path

Searched refs:SetInquiryMode (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/neighbor/cert/
Dneighbor_test.py81 self.device_under_test.neighbor.SetInquiryMode(
99 self.device_under_test.neighbor.SetInquiryMode(
126 self.device_under_test.neighbor.SetInquiryMode(
/system/bt/gd/neighbor/facade/
Dfacade.proto10 rpc SetInquiryMode(InquiryMsg) returns (stream InquiryResultMsg) {} rpc
Dfacade.cc72 …::grpc::Status SetInquiryMode(::grpc::ServerContext* context, const ::bluetooth::neighbor::Inquiry… in SetInquiryMode() function in bluetooth::neighbor::facade::NeighborFacadeService
/system/bt/gd/neighbor/
Dinquiry.cc50 void SetInquiryMode(hci::InquiryMode mode);
350 void neighbor::InquiryModule::impl::SetInquiryMode(hci::InquiryMode mode) { in SetInquiryMode() function in bluetooth::neighbor::neighbor::InquiryModule::impl
440 …GetHandler()->Post(common::BindOnce(&neighbor::InquiryModule::impl::SetInquiryMode, common::Unreta… in SetStandardInquiryResultMode()
445 …GetHandler()->Post(common::BindOnce(&neighbor::InquiryModule::impl::SetInquiryMode, common::Unreta… in SetInquiryWithRssiResultMode()
450 …GetHandler()->Post(common::BindOnce(&neighbor::InquiryModule::impl::SetInquiryMode, common::Unreta… in SetExtendedInquiryResultMode()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.h216 void SetInquiryMode(uint8_t mode);
Dlink_layer_controller.cc1772 void LinkLayerController::SetInquiryMode(uint8_t mode) { in SetInquiryMode() function in test_vendor_lib::LinkLayerController
Ddual_mode_controller.cc792 link_layer_controller_.SetInquiryMode( in WriteInquiryMode()