Home
last modified time | relevance | path

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

/system/bt/test/rootcanal/
Dbluetooth_hci.cc207 int conn_fd = test_channel_transport_.Accept(socket_fd); in SetUpTestChannel() local
208 if (conn_fd < 0) { in SetUpTestChannel()
213 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel() argument
214 test_channel_transport_.OnCommandReady(conn_fd, [this, conn_fd]() { in SetUpTestChannel()
215 async_manager_.StopWatchingFileDescriptor(conn_fd); in SetUpTestChannel()