bt: add coexistence internal API declarations and clean up some unused coexistence hooks

This commit is contained in:
wangmengyang
2023-02-21 16:30:54 +08:00
committed by BOT
parent b3a040aa98
commit 2c4fc5d9ea
8 changed files with 68 additions and 23 deletions

View File

@@ -113,7 +113,6 @@ struct ext_funcs_t {
extern int ble_plf_set_log_level(int level);
extern int ble_osi_coex_funcs_register(struct osi_coex_funcs_t *coex_funcs);
extern int coex_core_ble_conn_dyn_prio_get(bool *low, bool *high);
extern int ble_controller_init(esp_bt_controller_config_t *cfg);
extern int ble_controller_deinit(void);
extern int ble_controller_enable(uint8_t mode);