espressif / esp-adf

Espressif Audio Development Framework
Other
1.55k stars 684 forks source link

/esp-adf/components/audio_service/bluetooth_service.c:435 (bluetooth_service_start): enable controller failed #179

Closed ChiShaoJun closed 5 years ago

ChiShaoJun commented 5 years ago

use esp-adf/examples/player/pipeline_bt_sink demo error. error log:

E (249) BLUETOOTH_SERVICE: /home/kyle/esp/esp-adf/components/audio_service/bluetooth_service.c:435 (bluetooth_service_start): enable controller failed

esp_bt_controller_enable failed.How to solve this problem?

esp-xiaodong commented 5 years ago

You should check esp_bt_controller_enable() function in bluetooth_service_start(). Its parameter should be same with the menuconfig.(bluetooth->bluetooth controller->bluetooth controller mode). You can use br/edr only.

ChiShaoJun commented 5 years ago

It's OK.Thank you for your help.