Home
last modified time | relevance | path

Searched defs:should_batch_reports (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_peer.cc55 void FakePeer::set_scan_response(bool should_batch_reports, in set_scan_response()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_peer.h114 bool should_batch_reports() const { return should_batch_reports_; } in should_batch_reports() function