Both issues concern Bluetooth support on ESP32 in MicroPython, but they address different aspects. Issue #5406 specifically requests support for Bluetooth Classic (the legacy protocol), noting that ESP-IDF provides this capability. Issue #4726 is a documentation request about Bluetooth support in general (likely referring to BLE which is already supported). While they share the same component (ESP32) and topic (Bluetooth), they are asking for different things: one is a feature request for a specific protocol (Classic BT), the other is a documentation request. The candidate does not resolve the query's specific request for Classic Bluetooth support.
Suggested action
Keep both issues open as they address different needs. Issue #5406 should be tracked as a feature request for Classic Bluetooth implementation, while #4726 may have been partially addressed by existing BLE support documentation.