Searched defs:conn_fd (Results 1 – 2 of 2) sorted by relevance
81 int conn_fd = remote_hci_transport_.Accept(socket_fd); in SetUpHciServer() local107 int conn_fd = remote_link_layer_transport_.Accept(socket_fd); in SetUpLinkLayerServer() local170 int conn_fd = test_channel_transport_.Accept(socket_fd); in SetUpTestChannel() local180 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()
288 int conn_fd = remote_hci_transport_.Accept(socket_fd); in SetUpHciServer() local315 int conn_fd = remote_link_layer_transport_.Accept(socket_fd); in SetUpLinkLayerServer() local377 int conn_fd = test_channel_transport_.Accept(socket_fd); in SetUpTestChannel() local386 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()