Home
last modified time | relevance | path

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

/system/bt/test/rootcanal/
Dbluetooth_hci.cc165 int conn_fd = test_channel_transport_.Accept(socket_fd); in SetUpTestChannel() local
171 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()