Searched refs:isLowEnergy (Results 1 – 2 of 2) sorted by relevance
56 void AddDeviceToPhy(uint32_t rootcanal_id, bool isLowEnergy);57 void RemoveDeviceFromPhy(uint32_t rootcanal_id, bool isLowEnergy);
263 void AddDeviceToPhy(uint32_t rootcanal_id, bool isLowEnergy) { in AddDeviceToPhy() argument264 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in AddDeviceToPhy()268 void RemoveDeviceFromPhy(uint32_t rootcanal_id, bool isLowEnergy) { in RemoveDeviceFromPhy() argument269 auto phy_index = (isLowEnergy) ? phy_low_energy_index_ : phy_classic_index_; in RemoveDeviceFromPhy()