Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_model.h64 void IncomingHciConnection(int socket_fd);
Dtest_model.cc165 void TestModel::IncomingHciConnection(int socket_fd) { in IncomingHciConnection() function in test_vendor_lib::TestModel
/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.cc50 SetUpHciServer([this](int fd) { test_model_.IncomingHciConnection(fd); }); in initialize()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc131 [this](int fd) { test_model_.IncomingHciConnection(fd); }); in initialize()