Home
last modified time | relevance | path

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

/tools/netsim/src/hci/
Dbluetooth_facade.h56 void AddDeviceToPhy(uint32_t rootcanal_id, bool isLowEnergy);
57 void RemoveDeviceFromPhy(uint32_t rootcanal_id, bool isLowEnergy);
Dbluetooth_facade.cc263 void AddDeviceToPhy(uint32_t rootcanal_id, bool isLowEnergy) { in AddDeviceToPhy() argument
264 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in AddDeviceToPhy()
268 void RemoveDeviceFromPhy(uint32_t rootcanal_id, bool isLowEnergy) { in RemoveDeviceFromPhy() argument
269 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in RemoveDeviceFromPhy()