zephyr/subsys
Emil Gydesen 4a97746312 Bluetooth: Host: Guard set state in conn_destroy
If bt_conn_set_state(conn, BT_CONN_DISCONNECTED) is called
while the connection is already disconnected, this triggers
a warning. This is likely to happen when bt_conn_cleanup_all
is called as part of bt_disable.

Added the state check to avoid unnecessary warnings in the log.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-05-18 15:54:19 +03:00
..
bindesc
bluetooth Bluetooth: Host: Guard set state in conn_destroy 2024-05-18 15:54:19 +03:00
canbus canbus: isotp: use proper CAN ID masks 2024-04-24 09:53:06 +02:00
console
debug
demand_paging kernel: mmu: abstract access to page frame flags and address 2024-05-13 16:04:40 -04:00
dfu
disk
dsp
emul treewide: drivers: espi: Adjust terms per eSPI specification 1.5 2024-05-02 13:56:46 -04:00
fb
fs fs: fuse: fix fuse include path 2024-05-06 22:53:27 +01:00
input
ipc ipc: icmsg_me: Fix possible integer overflow 2024-05-09 12:40:24 -04:00
jwt
llext subsys/llext: Generate syscalls stubs for EDK exclusively for userspace 2024-05-17 16:21:48 +01:00
logging logging: add API to trigger immediate processing of logs 2024-05-13 16:06:11 -04:00
lorawan convert: use k_uptime_seconds 2024-05-14 09:32:01 +02:00
mem_mgmt
mgmt mgmt/MCUmgr/img: Fix img_mgmt_get_unused_slot_area_id checks 2024-05-17 14:48:24 -05:00
modbus
modem modem_chat: Allow timeout script chat commands 2024-05-07 15:09:21 -05:00
net net: if: Fix potential unaligned word access 2024-05-18 15:50:37 +03:00
pm arch: arm: cortex_m: pm_s2ram: Add option for custom marking 2024-05-17 14:33:47 +02:00
portability
random
retention
rtio
sd sd: sd_ops: take card lock when issuing IOCTL command 2024-05-16 18:54:21 -04:00
sensing
settings subsys/settings: add a function to save subtree 2024-05-01 22:56:19 +01:00
shell shell: devmem: address cmd_dump multiple call problem 2024-05-15 10:13:23 +02:00
sip_svc linker: subsys: Use Z_LINK_ITERABLE_SUBALIGN 2024-04-20 13:45:25 -04:00
stats
storage
task_wdt
testsuite ztest: include: unittest: relocate cpu.h and include only if unit-test 2024-05-10 11:50:36 +02:00
timing
tracing tracing: full reset during init 2024-04-24 17:08:24 -04:00
usb usb: device_next: add initial BOS support 2024-05-17 16:25:02 +01:00
zbus
CMakeLists.txt
Kconfig