The Bluetooth subsystem assumes execution of its system threads in cooperative priority, including the system workqueue and the thread that interact with the controller (i.e. calling bt_send). This commit adds a compile-time check for the system workqueue priority and documentation for the bt_send API call. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
6 lines
137 B
Makefile
6 lines
137 B
Makefile
ccflags-y += -I$(srctree)/subsys/bluetooth
|
|
|
|
obj-y += dummy.o
|
|
obj-$(CONFIG_BLUETOOTH_DEBUG) += log.o
|
|
obj-$(CONFIG_BLUETOOTH_RPA) += rpa.o
|