Home
last modified time | relevance | path

Searched defs:conn_fd (Results 1 – 2 of 2) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.cc81 int conn_fd = remote_hci_transport_.Accept(socket_fd); in SetUpHciServer() local
107 int conn_fd = remote_link_layer_transport_.Accept(socket_fd); in SetUpLinkLayerServer() local
170 int conn_fd = test_channel_transport_.Accept(socket_fd); in SetUpTestChannel() local
180 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc288 int conn_fd = remote_hci_transport_.Accept(socket_fd); in SetUpHciServer() local
315 int conn_fd = remote_link_layer_transport_.Accept(socket_fd); in SetUpLinkLayerServer() local
377 int conn_fd = test_channel_transport_.Accept(socket_fd); in SetUpTestChannel() local
386 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()