components/bt: add config option to choose Bluetooth intterupt level.

This commit is contained in:
baohongde
2021-09-02 21:49:30 +08:00
committed by bot
parent 6d63fe06fa
commit e2fb413329
10 changed files with 149 additions and 10 deletions

View File

@@ -415,3 +415,10 @@ config BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD
of ADV packets lost in the controller reaches this threshold. It is better to set a larger value.
If you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it
may cause adv packets lost more.
config BTDM_CTRL_HLI
bool "High level interrut"
depends on BT_ENABLED
default y
help
Using Level 4 interrupt for Bluetooth.