Searched refs:SetUpLinkLayerServer (Results 1 – 4 of 4) sorted by relevance
54 SetUpLinkLayerServer([this](int fd) { test_model_.IncomingLinkLayerConnection(fd); }); in initialize()95 void TestEnvironment::SetUpLinkLayerServer(const std::function<void(int)>& connection_callback) { in SetUpLinkLayerServer() function in android::bluetooth::root_canal::TestEnvironment
50 void SetUpLinkLayerServer(const std::function<void(int)>& on_connect);
80 void SetUpLinkLayerServer(int port, const std::function<void(int)>& on_connect);
189 SetUpLinkLayerServer( in initialize_impl()302 void BluetoothHci::SetUpLinkLayerServer(int port, const std::function<void(int)>& connection_callba… in SetUpLinkLayerServer() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci