Searched refs:ConnectionRequestPacket (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/sco/ |
D | sco_connection_manager_test.cc | 252 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/ |
D | test_packets.h | 59 DynamicByteBuffer ConnectionRequestPacket(
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection_manager_test.cc | 184 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/ |
D | test_packets.cc | 124 DynamicByteBuffer ConnectionRequestPacket(DeviceAddress address, in ConnectionRequestPacket() function
|