Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/sco/
Dsco_connection_manager_test.cc252 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
525 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
566 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
605 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
653 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
675 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
692 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kACL); in TEST_F()
701 testing::ConnectionRequestPacket(address, hci_spec::LinkType::kACL); in TEST_F()
727 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
781 testing::ConnectionRequestPacket(kPeerAddress, hci_spec::LinkType::kSCO); in TEST_F()
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dtest_packets.h59 DynamicByteBuffer ConnectionRequestPacket(
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_manager_test.cc184 const auto kConnectionRequest = testing::ConnectionRequestPacket(kTestDevAddr);
4229 testing::ConnectionRequestPacket(kTestDevAddr2)); in TEST_F()
4779 auto conn_req_packet = testing::ConnectionRequestPacket( in TEST_P()
4842 testing::ConnectionRequestPacket(kTestDevAddr, /*link_type=*/GetParam())); in TEST_P()
4870 testing::ConnectionRequestPacket(kTestDevAddr, linktype)); in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc124 DynamicByteBuffer ConnectionRequestPacket(DeviceAddress address, in ConnectionRequestPacket() function