Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dbredr_command_handler_test.cc128 EXPECT_TRUE(cmd_handler()->SendConnectionRequest( in TEST_F()
166 EXPECT_TRUE(cmd_handler()->SendConnectionRequest( in TEST_F()
218 EXPECT_TRUE(cmd_handler()->SendConnectionRequest( in TEST_F()
296 EXPECT_TRUE(cmd_handler()->SendConnectionRequest( in TEST_F()
325 EXPECT_TRUE(cmd_handler()->SendConnectionRequest( in TEST_F()
Dbredr_command_handler.cc226 bool BrEdrCommandHandler::SendConnectionRequest(uint16_t psm, in SendConnectionRequest() function in bt::l2cap::internal::BrEdrCommandHandler
Dbredr_dynamic_channel.cc387 if (!cmd_handler.SendConnectionRequest( in Open()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dbredr_command_handler.h184 bool SendConnectionRequest(uint16_t psm,
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_controller.h356 void SendConnectionRequest(const DeviceAddress& addr,
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dprofile_server_test.cc657 test_device()->SendConnectionRequest(peer()->address(), in SetUp()
1671 test_device()->SendConnectionRequest(peer()->address(), in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_controller.cc446 void FakeController::SendConnectionRequest(const DeviceAddress& addr, in SendConnectionRequest() function in bt::testing::FakeController