Searched refs:SetUpHciServer (Results 1 – 4 of 4) sorted by relevance
55 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
59 void SetUpHciServer(const std::function<void(int)>& on_connect);
79 void SetUpHciServer(int port, const std::function<void(int)>& on_connect);
197 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