Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc101 test_channel_transport_.RegisterCommandHandler( in initialize_impl()
325 bool transport_configured = test_channel_transport_.SetUp( in SetUpTestChannel()
331 test_channel_transport_.SendResponse(conn_fd, response); in SetUpTestChannel()
335 test_channel_transport_.OnCommandReady(conn_fd, []() {}); in SetUpTestChannel()
Dbluetooth_hci.h99 rootcanal::TestChannelTransport test_channel_transport_; variable
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc156 test_channel_transport_.RegisterCommandHandler( in initialize()
228 bool transport_configured = test_channel_transport_.SetUp( in SetUpTestChannel()
246 test_channel_transport_.OnCommandReady( in SetUpTestChannel()
Dtest_environment.h66 rootcanal::TestChannelTransport test_channel_transport_; variable