Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dpeer_cache.h140 bool remove_peer_updated_callback(CallbackId id);
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dpeer_cache_test.cc312 EXPECT_TRUE(cache()->remove_peer_updated_callback(id_0)); in TEST_F()
313 EXPECT_FALSE(cache()->remove_peer_updated_callback(id_0)); in TEST_F()
318 EXPECT_TRUE(cache()->remove_peer_updated_callback(id_1)); in TEST_F()
319 EXPECT_FALSE(cache()->remove_peer_updated_callback(id_1)); in TEST_F()
548 EXPECT_TRUE(cache()->remove_peer_updated_callback(updated_callback_id_)); in TearDown()
Dpeer_cache.cc367 bool PeerCache::remove_peer_updated_callback(CallbackId id) { in remove_peer_updated_callback() function in bt::gap::PeerCache
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dlow_energy_central_server.cc266 adapter_->peer_cache()->remove_peer_updated_callback( in ~ScanInstance()
Dhost_server.cc934 peer_cache_->remove_peer_updated_callback(peer_updated_callback_id_); in ~PeerWatcherServer()