Home
last modified time | relevance | path

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

/tools/netsim/src/hci/
Dbluetooth_facade.cc113 size_t phy_classic_index_; variable
241 phy_classic_index_ = gTestModel->AddPhy(rootcanal::Phy::Type::BR_EDR); 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()