Home
last modified time | relevance | path

Searched defs:LowEnergyScanResult (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
H A Dlow_energy_scanner.h31 LowEnergyScanResult(const DeviceAddress& address, in LowEnergyScanResult() function
37 LowEnergyScanResult(const LowEnergyScanResult& other) { *this = other; } in LowEnergyScanResult() function
213 virtual void OnPeerFound(const LowEnergyScanResult&) {} in OnPeerFound()
217 virtual void OnDirectedAdvertisement(const LowEnergyScanResult&) {} in OnDirectedAdvertisement()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dextended_low_energy_scanner_test.cc242 set_peer_found_callback([&](const LowEnergyScanResult&) { FAIL(); }); in TEST_F()
335 [&](const LowEnergyScanResult&) { callback_called = true; }); in TEST_F()
373 [&](const LowEnergyScanResult&) { callback_called = true; }); in TEST_F()
412 [&](const LowEnergyScanResult&) { callback_called = true; }); in TEST_F()
H A Dlegacy_low_energy_scanner_test.cc213 set_peer_found_callback([&](const LowEnergyScanResult&) { FAIL(); }); in TEST_F()
H A Dlow_energy_scanner_test.cc788 [&](const LowEnergyScanResult&) { this->scanner()->StopScan(); }); in TYPED_TEST()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dpeer_cache.h36 class LowEnergyScanResult; variable