zephyr/tests
Jordan Yates ffab099eb9 Bluetooth: add destroy callback to indication
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>
2020-11-10 11:21:46 +01:00
..
application_development
arch
benchmarks
bluetooth Bluetooth: add destroy callback to indication 2020-11-10 11:21:46 +01:00
boards
crypto
deprecated/inttype
drivers
kernel
lib
misc/test_build
net
portability
posix
shell
subsys
unit
ztest