component/bt: add BLE v5.0 feature for bluedroid host

This commit is contained in:
zwj
2020-07-09 20:58:13 +08:00
parent 19d92ef6b2
commit 7c1c669799
246 changed files with 84000 additions and 771 deletions

View File

@@ -220,6 +220,12 @@ IRAM_ATTR void esp_phy_enable(void)
#if CONFIG_IDF_TARGET_ESP32
coex_bt_high_prio();
#endif
#if CONFIG_BT_ENABLED && CONFIG_IDF_TARGET_ESP32C3
extern void coex_pti_v2(void);
coex_pti_v2();
#endif
}
s_phy_access_ref++;