Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/
H A Dtest_environment.cc55 SetUpHciServer([this](int fd) { test_model_.IncomingHciConnection(fd); }); in initialize()
71 void TestEnvironment::SetUpHciServer(const std::function<void(int)>& connection_callback) { in SetUpHciServer() function in android::bluetooth::root_canal::TestEnvironment
H A Dtest_environment.h59 void SetUpHciServer(const std::function<void(int)>& on_connect);
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.h79 void SetUpHciServer(int port, const std::function<void(int)>& on_connect);
H A Dbluetooth_hci.cc197 SetUpHciServer(6211, in initialize_impl()
286 void BluetoothHci::SetUpHciServer(int port, const std::function<void(int)>& connection_callback) { in SetUpHciServer() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci