zephyr/subsys
Emil Gydesen 4b822395ed Bluetooth: Audio: Add check conn in VCS client notify handler
As per the GATT documenation, the conn pointer may actually
be NULL in the notify callback, indicating that the connection
is being unpaired.

Add a check for conn == NULL to avoid calling bt_conn_index
on a NULL pointer.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-12-03 17:40:21 +02:00
..
bluetooth Bluetooth: Audio: Add check conn in VCS client notify handler 2021-12-03 17:40:21 +02:00
canbus net: buf: POOL_VAR_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
console console: Kconfig: Remove EXPERIMENTAL marker 2021-10-22 09:46:22 -04:00
cpp ARC: MWDT: get rid of MWDT startup libs 2021-09-01 17:08:32 -04:00
debug xtensa: introduce support for GDB stub 2021-11-30 15:24:00 -05:00
demand_paging demand_paging: eviction/nru: fix incorrect dirty bit return val 2021-09-20 19:43:02 -04:00
dfu dfu: boot: Add implementation for multi-image swap type check 2021-08-26 09:13:13 -04:00
disk include: move disk_access.h to storage 2021-03-23 12:16:01 +01:00
emul i2c: emul: Add get_config function 2021-11-02 16:46:33 +01:00
fb device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fs fs: Correct LOG_ERR messages for directory API calss 2021-11-09 16:04:34 -06:00
ipc ipc: use highest coop priority for IPM workqueue 2021-11-24 18:59:02 +01:00
jwt jwt: mbedTLS requires csprng 2021-10-07 14:02:40 -05:00
logging logging: fix timestamp func overwrite on log2 2021-12-02 10:52:51 +01:00
lorawan kconfig: lorawan: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
mgmt mgmt/mcumgr/lib: Reduce taskstat to Zephyr supported statistics 2021-11-30 11:48:44 +01:00
modbus modbus: copy trans_id & proto_id to response header 2021-08-26 06:56:25 -04:00
net net: dsa: Update iface description for mac table programming functions 2021-12-01 13:58:08 -06:00
pm pm: remove irrelevant type qualifier on pm_power_state_next_get 2021-12-01 14:03:55 -06:00
portability portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
random random: Fix sys_csrand_get build condition 2021-10-07 14:02:40 -05:00
settings settings: add shell commands for reading settings 2021-11-22 08:32:56 -05:00
shell device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
stats stats: fixed implicit integer sign extension in stats_get_off() 2021-10-28 15:15:56 -04:00
storage storage/flash_map: Add option to use MBEDTLS for img integrity check. 2021-11-24 21:52:08 -05:00
task_wdt task_wdt: fix overflow in current_ticks making wdt get stuck 2021-11-22 20:22:11 -05:00
testsuite testsuite: busy_sim: Use xoshiro128++ when enabled 2021-12-01 10:00:50 +01:00
timing timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT 2021-04-06 16:43:55 -04:00
tracing Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
usb net: buf: POOL_FIXED_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
CMakeLists.txt usb: remove Kconfig option CONFIG_USB 2021-08-03 19:00:12 -04:00
Kconfig pm: move power subsystem to pm 2021-05-05 18:35:49 -04:00