mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 09:22:35 +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> |
||
---|---|---|
.. | ||
audio | ||
a2dp_internal.h | ||
a2dp.c | ||
aes_ccm.c | ||
at.c | ||
at.h | ||
att_internal.h | ||
att.c | ||
avdtp_internal.h | ||
avdtp.c | ||
CMakeLists.txt | ||
conn_internal.h | ||
conn.c | ||
crypto.c | ||
crypto.h | ||
ecc.h | ||
gatt_internal.h | ||
gatt.c | ||
hci_common.c | ||
hci_core.c | ||
hci_core.h | ||
hci_ecc.c | ||
hci_ecc.h | ||
hci_raw_internal.h | ||
hci_raw.c | ||
hfp_hf.c | ||
hfp_internal.h | ||
Kconfig | ||
Kconfig.gatt | ||
Kconfig.l2cap | ||
keys_br.c | ||
keys.c | ||
keys.h | ||
l2cap_br.c | ||
l2cap_internal.h | ||
l2cap.c | ||
monitor.c | ||
monitor.h | ||
rfcomm_internal.h | ||
rfcomm.c | ||
sdp_internal.h | ||
sdp.c | ||
settings.c | ||
settings.h | ||
smp_null.c | ||
smp.c | ||
smp.h | ||
ssp.c | ||
ssp.h | ||
testing.c | ||
testing.h | ||
uuid.c |