Searched refs:LinkLayerSocketDevice (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
D | link_layer_socket_device.h | 34 class LinkLayerSocketDevice : public Device { 36 LinkLayerSocketDevice(std::shared_ptr<AsyncDataChannel> socket_fd, 38 LinkLayerSocketDevice(LinkLayerSocketDevice&& s) = default; 39 virtual ~LinkLayerSocketDevice() = default; 43 return std::make_unique<LinkLayerSocketDevice>(socket_fd, phy_type); in Create()
|
D | link_layer_socket_device.cc | 37 LinkLayerSocketDevice::LinkLayerSocketDevice( in LinkLayerSocketDevice() function in rootcanal::LinkLayerSocketDevice 43 void LinkLayerSocketDevice::Tick() { in Tick() 91 void LinkLayerSocketDevice::Close() { in Close() 98 void LinkLayerSocketDevice::ReceiveLinkLayerPacket( in ReceiveLinkLayerPacket()
|
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | test_environment.cc | 55 using rootcanal::LinkLayerSocketDevice; 200 LinkLayerSocketDevice::Create(socket, phy_type), phy_type); in SetUpLinkBleLayerServer() 212 LinkLayerSocketDevice::Create(socket, phy_type), phy_type); in SetUpLinkLayerServer() 224 return LinkLayerSocketDevice::Create(socket, phy_type); in ConnectToRemoteServer()
|
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | bluetooth_hci.cc | 44 using rootcanal::LinkLayerSocketDevice; 210 LinkLayerSocketDevice::Create(socket, phy_type), phy_type); in initialize_impl() 321 return LinkLayerSocketDevice::Create(socket, phy_type); in ConnectToRemoteServer()
|