Home
last modified time | relevance | path

Searched refs:CreateConnectionPacket (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_request_test.cc149 testing::CreateConnectionPacket(kTestAddr), in TEST_F()
179 testing::CreateConnectionPacket(kTestAddr), in TEST_F()
204 testing::CreateConnectionPacket(kTestAddr), in TEST_F()
229 testing::CreateConnectionPacket(kTestAddr), in TEST_F()
252 testing::CreateConnectionPacket(kTestAddr), in TEST_F()
267 testing::CreateConnectionPacket(kTestAddr), in TEST_F()
H A Dbredr_connection_manager_test.cc201 const auto kCreateConnection = testing::CreateConnectionPacket(TEST_DEV_ADDR);
695 testing::CreateConnectionPacket(peer->address()), in QueueSuccessfulCreateConnection()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dbredr_connection_request.cc22 CommandPacket CreateConnectionPacket( in CreateConnectionPacket() function
104 auto packet = CreateConnectionPacket( in CreateConnection()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dtest_packets.h58 DynamicByteBuffer CreateConnectionPacket(DeviceAddress address);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc129 DynamicByteBuffer CreateConnectionPacket(DeviceAddress address) { in CreateConnectionPacket() function