Searched defs:LowEnergyScanResult (Results 1 – 5 of 5) sorted by relevance
31 LowEnergyScanResult(const DeviceAddress& address, in LowEnergyScanResult() function37 LowEnergyScanResult(const LowEnergyScanResult& other) { *this = other; } in LowEnergyScanResult() function213 virtual void OnPeerFound(const LowEnergyScanResult&) {} in OnPeerFound()217 virtual void OnDirectedAdvertisement(const LowEnergyScanResult&) {} in OnDirectedAdvertisement()
242 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()
213 set_peer_found_callback([&](const LowEnergyScanResult&) { FAIL(); }); in TEST_F()
788 [&](const LowEnergyScanResult&) { this->scanner()->StopScan(); }); in TYPED_TEST()
36 class LowEnergyScanResult; variable