Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_signaling_server.h137 void SendConfigurationRequest(hci_spec::ConnectionHandle conn,
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dbredr_command_handler.h187 bool SendConfigurationRequest(
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_signaling_server.cc159 SendConfigurationRequest(conn, id, remote_cid); in ProcessConnectionRequest()
334 void FakeSignalingServer::SendConfigurationRequest( in SendConfigurationRequest() function in bt::testing::FakeSignalingServer
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dbredr_command_handler_test.cc572 EXPECT_TRUE(cmd_handler()->SendConfigurationRequest( in TEST_F()
631 EXPECT_TRUE(cmd_handler()->SendConfigurationRequest( in TEST_F()
Dbredr_command_handler.cc239 bool BrEdrCommandHandler::SendConfigurationRequest( in SendConfigurationRequest() function in bt::l2cap::internal::BrEdrCommandHandler
Dbredr_dynamic_channel.cc960 if (!cmd_handler.SendConfigurationRequest( in SendLocalConfig()