Home
last modified time | relevance | path

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

/tools/netsim/src/hci/
Dbluetooth_facade.cc112 size_t phy_low_energy_index_; variable
242 phy_low_energy_index_ = gTestModel->AddPhy(rootcanal::Phy::Type::LOW_ENERGY); in Start()
264 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in AddDeviceToPhy()
269 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in RemoveDeviceFromPhy()
427 gTestModel->AddDeviceToPhy(rootcanal_id, phy_low_energy_index_); in AddRustDevice()