Home
last modified time | relevance | path

Searched refs:value_callback (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dremote_characteristic.cc30 : value_callback(std::move(value_cb)), in PendingNotifyRequest()
32 PW_DCHECK(value_callback); in PendingNotifyRequest()
192 ValueCallback value_callback, NotifyStatusCallback status_callback) { in EnableNotifications() argument
194 PW_DCHECK(value_callback); in EnableNotifications()
208 notify_handlers_[id] = std::move(value_callback); in EnableNotifications()
213 pending_notify_reqs_.emplace(std::move(value_callback), in EnableNotifications()
316 notify_handlers_[id] = std::move(req.value_callback); in ResolvePendingNotifyRequests()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dremote_characteristic.h97 void EnableNotifications(ValueCallback value_callback,
128 PendingNotifyRequest(ValueCallback value_callback,
134 ValueCallback value_callback; member
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c1103 value_callback(sqlite3_context *context) in value_callback() function
1184 &value_callback, in create_window_function_impl()