Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc181 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy() function in rootcanal::TestCommandHandler
Dtest_model.cc152 void TestModel::AddDeviceToPhy(PhyDevice::Identifier device_id, PhyLayer::Identifier phy_id) { in AddDeviceToPhy() function in rootcanal::TestModel
/aosp_15_r20/tools/netsim/src/hci/
H A Dbluetooth_facade.cc263 void AddDeviceToPhy(uint32_t rootcanal_id, bool isLowEnergy) { in AddDeviceToPhy() function
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dffi.rs201 pub fn AddDeviceToPhy(rootcanal_id: u32, is_low_energy: bool); in AddDeviceToPhy() function