Home
last modified time | relevance | path

Searched refs:BuildLegacyScanResponseReportEvent (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_peer.h201 DynamicByteBuffer BuildLegacyScanResponseReportEvent() const;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_peer.cc243 DynamicByteBuffer FakePeer::BuildLegacyScanResponseReportEvent() const { in BuildLegacyScanResponseReportEvent() function in bt::testing::FakePeer
H A Dfake_controller.cc700 buffer = peer.BuildLegacyScanResponseReportEvent(); in SendScanResponseReport()