zephyr/subsys/bluetooth
Emil Gydesen 0c04cf3c8e Bluetooth: Audio: Fix issue with NULL instance for MCC notifications
It was possible that on re-connect, the MCC implementation
would receive notifications when cur_mcs_inst was NULL.

This is partially caused by a bug in gatt.c, but can
and should also be handled in MCC.

This commit ensures that we do not compare handles
on notifications with a NULL instance.

This commit also ensures that subscribe_mcs_char_func
is not called outside the context of the discovery
procedure by setting the subscribe callback
to NULL.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-11-15 12:18:50 +00:00
..
audio Bluetooth: Audio: Fix issue with NULL instance for MCC notifications 2022-11-15 12:18:50 +00:00
common Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
controller Bluetooth: Controller: Fix advertising disable on connection complete 2022-11-14 13:06:38 +01:00
crypto Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
host Bluetooth: Fix issue with adv_stop 2022-11-14 13:07:51 +01:00
mesh Bluetooth: Mesh: Fix net and app keys commands in shell 2022-11-09 10:50:31 -06:00
services Bluetooth: OTS - Object Write check parameter properly 2022-09-19 10:57:10 +02:00
shell Bluetooth: Shell: Add bt_disable to bluetooth shell app 2022-11-09 09:03:50 +00:00
CMakeLists.txt Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
Kconfig Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
Kconfig.adv Bluetooth: Mesh: Extended advertiser as default 2022-11-01 08:52:56 +00:00
Kconfig.iso