Home
last modified time | relevance | path

Searched defs:NotificationCallback (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
Dclient.h258 using NotificationCallback = fit::function<void(bool indication, variable
/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
Dclient.h116 using NotificationCallback = Function<void(ReadValue)>; variable
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dremote_service_manager_test.cc3145 TEST_F(RemoteServiceManagerTest, NotificationCallback) { in TEST_F() argument