support coex scheme

1. add bugfix of ble and add api to set max adv delay time
2. open full scan and change adv interval check in bluedroid
This commit is contained in:
baohongde
2019-12-10 23:00:44 +08:00
committed by Tian Hao
parent 3b704d2f3a
commit 99951fbcf8
16 changed files with 178 additions and 10 deletions

View File

@@ -422,6 +422,10 @@ void start_cpu0_default(void)
#if CONFIG_SW_COEXIST_ENABLE
esp_coex_adapter_register(&g_coex_adapter_funcs);
coex_pre_init();
coex_preference_set(CONFIG_SW_COEXIST_PREFERENCE_VALUE);
extern esp_err_t coex_schm_init(void);
coex_schm_init();
#endif
bootloader_flash_update_id();