Home
last modified time | relevance | path

Searched refs:SetUpLinkLayerServer (Results 1 – 4 of 4) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.cc54 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
Dtest_environment.h50 void SetUpLinkLayerServer(const std::function<void(int)>& on_connect);
/system/bt/test/rootcanal/
Dbluetooth_hci.h80 void SetUpLinkLayerServer(int port, const std::function<void(int)>& on_connect);
Dbluetooth_hci.cc189 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