Hey guys! I am developing on the esp32c6 with the esp-idf and esp-matter sdk. I have a project where the ESPs build a OpenThread Network (Matter over Thread) and now i want to add BLE functionality to the device. The NimBLE stack initializes perfect, but when the BLE scan starts the OPENTHREAD messages return a ChannelAccessFailure. It's probably because the BLE occupies the antenna.
I have found this: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/coexist.html but it only talks about coex of BLE and WiFi. Is there an option where OpenThread and BLE both share the antenna and work simultaneously?