Open
Description
If the BT service is start->destroy->start, it crash.
- bluetooth_service_start()
- bluetooth_service_destroy()
- bluetooth_service_start()
Snap of code at esp-adf/components/bluetooth_service/bluetooth_service.c:437
ESP_ERROR_CHECK(esp_bt_controller_mem_release(ESP_BT_MODE_BLE));
Why it is ESP_BT_MODE_BLE ?
Thank you