Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc186 auto phy_type = Phy::Type::LOW_ENERGY; in SetUpLinkBleLayerServer() local
187 test_model_.AddLinkLayerConnection(LinkLayerSocketDevice::Create(socket, phy_type), phy_type); in SetUpLinkBleLayerServer()
196 auto phy_type = Phy::Type::BR_EDR; in SetUpLinkLayerServer() local
197 test_model_.AddLinkLayerConnection(LinkLayerSocketDevice::Create(socket, phy_type), phy_type); in SetUpLinkLayerServer()
204 Phy::Type phy_type) { in ConnectToRemoteServer() argument
209 return LinkLayerSocketDevice::Create(socket, phy_type); in ConnectToRemoteServer()
Dtest_environment.h85 Phy::Type phy_type);
103 [this](const std::string& server, int port, Phy::Type phy_type) {
104 return ConnectToRemoteServer(server, port, phy_type);
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dlink_layer_socket_device.h36 LinkLayerSocketDevice(std::shared_ptr<AsyncDataChannel> socket_fd, Phy::Type phy_type);
41 Phy::Type phy_type) { in Create() argument
42 return std::make_unique<LinkLayerSocketDevice>(socket_fd, phy_type); in Create()
Dlink_layer_socket_device.cc38 Phy::Type phy_type) in LinkLayerSocketDevice() argument
40 phy_type_(phy_type), in LinkLayerSocketDevice()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc171 auto phy_type = Phy::Type::BR_EDR; in initialize_impl() local
172 test_model_.AddLinkLayerConnection(LinkLayerSocketDevice::Create(socket, phy_type), phy_type); in initialize_impl()
271 Phy::Type phy_type) { in ConnectToRemoteServer() argument
276 return LinkLayerSocketDevice::Create(socket, phy_type); in ConnectToRemoteServer()
Dbluetooth_hci.h113 Phy::Type phy_type);
138 [this](const std::string& server, int port, Phy::Type phy_type) {
139 return ConnectToRemoteServer(server, port, phy_type);
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.cc27 AddressWithType resolved_address, Phy::Type phy_type, in AclConnection() argument
32 type_(phy_type), in AclConnection()
Dacl_connection.h40 AddressWithType resolved_address, Phy::Type phy_type, bluetooth::hci::Role role);
Dlink_layer_controller.h872 std::function<void(std::shared_ptr<model::packets::LinkLayerPacketBuilder>, Phy::Type phy_type,
Ddual_mode_controller.cc106 [this](std::shared_ptr<model::packets::LinkLayerPacketBuilder> packet, Phy::Type phy_type, in DualModeController()
107 int8_t tx_power) { this->SendLinkLayerPacket(packet, phy_type, tx_power); }); in DualModeController() argument
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc129 Phy::Type phy_type = Phy::Type::BR_EDR; in AddRemote() local
131 phy_type = Phy::Type::LOW_ENERGY; in AddRemote()
142 model_.AddRemote(args[0], port, phy_type); in AddRemote()
Dtest_model.h81 void AddLinkLayerConnection(std::shared_ptr<Device> dev, Phy::Type phy_type);
89 void AddRemote(const std::string& server, int port, Phy::Type phy_type);