Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dbeacon.cc67 Phy::Type::LOW_ENERGY); in Tick()
82 Phy::Type::LOW_ENERGY); in ReceiveLinkLayerPacket()
Dscripted_beacon.cc174 SendLinkLayerPacket(std::move(ad), Phy::Type::LOW_ENERGY); in Tick()
209 Phy::Type::LOW_ENERGY); in ReceiveLinkLayerPacket()
/packages/modules/Bluetooth/tools/rootcanal/include/
Dphy.h24 LOW_ENERGY, enumerator
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc137 phy_type = Phy::Type::LOW_ENERGY; in AddRemote()
167 model_.AddPhy(Phy::Type::LOW_ENERGY); in AddPhy()
Dphy_layer.cc78 case Phy::Type::LOW_ENERGY: in ToString()
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc198 auto phy_type = Phy::Type::LOW_ENERGY; in SetUpLinkBleLayerServer()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc177 test_model_.AddPhy(rootcanal::Phy::Type::LOW_ENERGY); in initialize_impl()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.cc169 Phy::Type::LOW_ENERGY, role}); in CreateLeConnection()
Dlink_layer_controller.cc350 connections_.GetPhyType(connection_handle) != Phy::Type::LOW_ENERGY) { in LeReadPhy()
417 connections_.GetPhyType(connection_handle) != Phy::Type::LOW_ENERGY) { in LeSetPhy()
2132 send_to_remote_(shared_packet, Phy::Type::LOW_ENERGY, tx_power); in SendLeLinkLayerPacket()
2243 case Phy::Type::LOW_ENERGY: in SendAclToRemote()