mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 11:46:07 +00:00
Adds a `destroy` callback to the `struct bt_gatt_indicate_params` which is used to signify to the application that the indication operation has completed and the struct instance can be freed/destroyed. This is required as the number of indication value callbacks that will be triggered is not known by the caller when the `conn` parameter is `NULL`. Tracking when this callback should be run is mananged by a private reference counter inside the struct. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au> |
||
---|---|---|
.. | ||
application_development | ||
arch | ||
benchmarks | ||
bluetooth | ||
boards | ||
crypto | ||
deprecated/inttype | ||
drivers | ||
kernel | ||
lib | ||
misc/test_build | ||
net | ||
portability | ||
posix | ||
shell | ||
subsys | ||
unit | ||
ztest |