mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
components/bt: Fix disconnect due to sniff with error Dsniff
This commit is contained in:
@@ -984,7 +984,7 @@ static void hli_queue_setup_pinned_to_core(int core_id)
|
|||||||
esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
|
esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
|
||||||
{
|
{
|
||||||
|
|
||||||
ets_printf("\n##C##: BT version: high level int 0427\n");
|
ets_printf("\n##C##: BT version: high level int 0506\n");
|
||||||
esp_err_t err;
|
esp_err_t err;
|
||||||
uint32_t btdm_cfg_mask = 0;
|
uint32_t btdm_cfg_mask = 0;
|
||||||
|
|
||||||
|
Submodule components/bt/lib updated: 4814ee12ac...91324feac1
Reference in New Issue
Block a user