Searched refs:phy_type (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | test_environment.cc | 186 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()
|
D | test_environment.h | 85 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/ |
D | link_layer_socket_device.h | 36 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()
|
D | link_layer_socket_device.cc | 38 Phy::Type phy_type) in LinkLayerSocketDevice() argument 40 phy_type_(phy_type), in LinkLayerSocketDevice()
|
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | bluetooth_hci.cc | 171 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()
|
D | bluetooth_hci.h | 113 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/ |
D | acl_connection.cc | 27 AddressWithType resolved_address, Phy::Type phy_type, in AclConnection() argument 32 type_(phy_type), in AclConnection()
|
D | acl_connection.h | 40 AddressWithType resolved_address, Phy::Type phy_type, bluetooth::hci::Role role);
|
D | link_layer_controller.h | 872 std::function<void(std::shared_ptr<model::packets::LinkLayerPacketBuilder>, Phy::Type phy_type,
|
D | dual_mode_controller.cc | 106 [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/ |
D | test_command_handler.cc | 129 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()
|
D | test_model.h | 81 void AddLinkLayerConnection(std::shared_ptr<Device> dev, Phy::Type phy_type); 89 void AddRemote(const std::string& server, int port, Phy::Type phy_type);
|