zephyr/subsys
Nazar Palamar db1538e7cf Bluetooth: host: Update hci_init function to call setup function.
Updated hci_init function to call HCI vendor-specific Setup function
(bt_dev.drv->setup()) on beginning of HCI initialization.

This feature need when the BT Controller requires execution of the
vendor-specific commands sequence to initialize the BT Controller before
the BT Host executes a Reset sequence. To enable this feature the
CONFIG_BT_HCI_SETUP should be enable.

Fixes #41140

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
2022-01-21 15:04:15 +02:00
..
bluetooth Bluetooth: host: Update hci_init function to call setup function. 2022-01-21 15:04:15 +02:00
canbus drivers: can: rename API functions for better consistency 2022-01-10 10:44:37 +01:00
console console: Kconfig: Remove EXPERIMENTAL marker 2021-10-22 09:46:22 -04:00
cpp cpp: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
debug arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
demand_paging
dfu
disk
emul i2c: emul: Add get_config function 2021-11-02 16:46:33 +01:00
fb samples: use chosen property to get default display controller 2021-12-10 12:47:30 +01:00
fs fs: Extend the littlefs code to support block devices 2022-01-17 12:53:43 -05:00
ipc ipc: Remove multi-instance backend 2022-01-17 15:50:58 -05:00
jwt jwt: mbedTLS requires csprng 2021-10-07 14:02:40 -05:00
logging logging: Fix tracking of buffered messages 2022-01-20 08:52:08 -05:00
lorawan kconfig: lorawan: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
mgmt mgmt/mcumgr/lib: Shorten error path in taskstat processing 2022-01-11 11:48:08 +01:00
modbus modbus: keep transaction and protocol IDs in gateway mode 2022-01-10 09:45:42 -06:00
net net: openthread: blank otPlatLog when logging is disabled 2022-01-19 14:15:57 -05:00
pm pm: Better name for cpus state variable 2022-01-19 14:22:08 -05:00
portability portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
random random: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
settings settings: add shell commands for reading settings 2021-11-22 08:32:56 -05:00
shell logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
stats stats: fixed implicit integer sign extension in stats_get_off() 2021-10-28 15:15:56 -04:00
storage storage/flash_map: Use larger type for alignment 2021-12-30 16:32:02 -05:00
task_wdt task_wdt: fix overflow in current_ticks making wdt get stuck 2021-11-22 20:22:11 -05:00
testsuite ztest: run before function in test thread 2022-01-20 14:20:03 -05:00
timing
tracing tracing: Fix tracing_user config 2022-01-11 18:13:18 -05:00
usb usb: class: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
CMakeLists.txt
Kconfig