zephyr/subsys/bluetooth
Lingao Meng 37e561f42e Bluetooth: Host: Add choice select whether BT RX
Change CONFIG_BT_RECV_IS_RX_THREAD into a
choice:CONFIG_BT_RECV_CONTEXT with the following options
(names can be discussed further of course):

    CONFIG_BT_RECV_BLOCKING
    CONFIG_BT_RECV_WORKQ_BT
    CONFIG_BT_RECV_WORKQ_SYS

This way users would be able to choose what to run most of
the BLE stack on, they wouldn't be forced to a single model.

We would default to CONFIG_BT_RECV_BLOCKING so that we wouldn't
need to change the system workqueue stack size by default, instead
asking users to do so if they select the CONFIG_BT_RECV_WORKQ_SYS option

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2022-04-11 10:58:09 +02:00
..
audio Bluetooth: has: Satisfy profile security requirement 2022-04-11 10:23:13 +02:00
common Bluetooth: Host: Add choice select whether BT RX 2022-04-11 10:58:09 +02:00
controller Bluetooth: Host: Add choice select whether BT RX 2022-04-11 10:58:09 +02:00
host Bluetooth: Host: Add choice select whether BT RX 2022-04-11 10:58:09 +02:00
mesh Bluetooth: Mesh: Remove argc check in mesh shell commands 2022-04-11 10:16:28 +02:00
services bluetooth: ots: notify application prior to object name change 2022-04-08 09:31:31 +02:00
shell Bluetooth: host: Optimize L2CAP resource usage 2022-04-07 09:37:12 +02:00
CMakeLists.txt
Kconfig Bluetooth: Increase supported maximum simultaneous connection to 250 2022-04-04 10:24:34 +02:00
Kconfig.adv Bluetooth: Kconfig: Move BT_LIM_ADV_TIMEOUT to host config 2022-03-17 11:12:47 +01:00
Kconfig.iso everywhere: fix typos 2022-03-18 13:24:08 -04:00