zephyr/subsys
Lyle Zhu 218de8dc67 Bluetooth: L2CAP_BR: Code format
Change ```#if defined(CONFIG_BT_L2CAP_DYNAMIC_CHANNEL)
#if defined(CONFIG_BT_L2CAP_LOG_LEVEL_DBG)```
to `#if defined(CONFIG_BT_L2CAP_DYNAMIC_CHANNEL) &&
defined(CONFIG_BT_L2CAP_LOG_LEVEL_DBG)`.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
2025-03-14 05:47:48 +01:00
..
bindesc
bluetooth Bluetooth: L2CAP_BR: Code format 2025-03-14 05:47:48 +01:00
canbus
console
dap dap: add DAP backend USB 2025-03-11 18:54:24 +01:00
debug debug: Add cpu_load module 2025-03-12 14:03:48 +00:00
demand_paging
dfu
disk
dsp
emul
fb
fs zms: fix the zms_mount() sector_size check 2025-03-12 02:29:31 +01:00
input
ipc ipc_service: icmsg: Add "unbound" functionality 2025-02-14 13:34:49 +01:00
jwt
llext llext: skip MMU flag adjustment for pre-located extensions 2025-03-13 16:57:37 +00:00
logging logging: rtt: add dictionary hex logging 2025-03-13 16:57:05 +00:00
lorawan lorawan: add callback for descriptor changes 2025-03-07 19:42:56 +01:00
mctp
mem_mgmt
mgmt mgmt: ec_host_cmd: remove response leftovers 2025-03-07 20:21:02 +01:00
modbus
modem
net wifi: shell: Show WPA2 Enterprise in scan results 2025-03-13 16:57:15 +00:00
pm
portability portability: cmsis: Implement osThreadJoin using Zephyr k_thread_join 2025-03-07 19:51:50 +01:00
profiling
random random: Correct Mutex define 2025-03-04 21:55:45 +01:00
retention
rtio rtio: Transactions assume valid next list nodes 2025-03-14 01:02:10 +01:00
sd sd: mmc: Remove unwanted request to card for reading OCR content 2025-02-26 22:03:23 +00:00
secure_storage secure_storage: swap select to depends on 2025-02-27 09:07:56 +00:00
sensing
settings settings: zms: fix some bugs related to the name's ID 2025-03-06 11:37:58 +00:00
shell shell: fixes shell dead code issue 2025-03-07 20:00:27 +01:00
sip_svc
stats
storage
task_wdt
testsuite infrastructure: Remove hwmv1 support 2025-03-13 16:53:07 +00:00
timing
tracing tracing: Add sys_trace_idle_exit call 2025-03-12 14:03:48 +00:00
usb usb: device_next: fix Get Status request response 2025-02-28 14:51:53 +01:00
zbus
CMakeLists.txt
Kconfig