Home
last modified time | relevance | path

Searched refs:SetNotificationHandler (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dremote_service_manager.cc59 client_->SetNotificationHandler( in RemoteServiceManager()
64 client_->SetNotificationHandler({}); in ~RemoteServiceManager()
H A Dfake_client.cc263 void FakeClient::SetNotificationHandler(NotificationCallback callback) { in SetNotificationHandler() function in bt::gatt::testing::FakeClient
H A Dclient_test.cc3939 client()->SetNotificationHandler( in TEST_F()
3962 client()->SetNotificationHandler( in TEST_F()
3995 client()->SetNotificationHandler([&](bool ind, in TEST_F()
4015 client()->SetNotificationHandler( in TEST_F()
H A Dclient.cc1286 void SetNotificationHandler(NotificationCallback handler) override { in SetNotificationHandler() function in bt::gatt::Impl
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dclient.h262 virtual void SetNotificationHandler(NotificationCallback handler) = 0;
H A Dfake_client.h209 void SetNotificationHandler(NotificationCallback callback) override;