component/bt : add bluetooth controller library compile version

This commit is contained in:
Tian Hao 2018-03-27 16:35:00 +08:00
parent 2935e958fc
commit 4b1ef083ee
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,7 @@ extern int btdm_controller_deinit(void);
extern int btdm_controller_enable(esp_bt_mode_t mode);
extern int btdm_controller_disable(esp_bt_mode_t mode);
extern uint8_t btdm_controller_get_mode(void);
extern const char *btdm_controller_get_compile_version(void);
extern void btdm_rf_bb_init(void);
/* VHCI function interface */
@ -477,6 +478,8 @@ esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
}
#endif
ESP_LOGI(BTDM_LOG_TAG, "BT controller compile version [%s]\n", btdm_controller_get_compile_version());
btdm_osi_funcs_register(&osi_funcs);
btdm_controller_mem_init();

@ -1 +1 @@
Subproject commit c03357972dd858e3b20155d5fdea00c31ffcbc9e
Subproject commit 4e9fdabfebc241f42be895c24e1790972e47d7ff