Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dtest_packets.h94 DynamicByteBuffer InquiryCommandPacket(
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_discovery_manager_test.cc114 const auto kInquiry = testing::InquiryCommandPacket();
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc267 DynamicByteBuffer InquiryCommandPacket(uint16_t inquiry_length) { in InquiryCommandPacket() function
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dcommand_channel_test.cc136 const auto req = testing::InquiryCommandPacket(0x01); in TEST_F()