Search found 2 matches
- Thu Apr 25, 2024 9:31 am
- Forum: ESP IoT Solution
- Topic: Does ESP support running matter and BLE simultaneously?
- Replies: 2
- Views: 70924
Re: Does ESP support running matter and BLE simultaneously?
Some more information for better understanding of my problem. My goal is to change as little as possible in the existing esp-matter implementation. To achieve this, I wanted to start Nimble BLE with my BLE profile as soon as the esp-matter SDK tells me that BLE is no longer needed for Matter/CHIP. A...
- Wed Apr 24, 2024 8:43 am
- Forum: ESP IoT Solution
- Topic: Does ESP support running matter and BLE simultaneously?
- Replies: 2
- Views: 70924
Re: Does ESP support running matter and BLE simultaneously?
Hello everyone, I have a similar question. @trantrieuphi: Have you found a solution? As a workaround, I have added an abort service to the Matter BLE profile to abort the commissioning process. As soon as I receive the ChipDeviceEvent "kCHIPoBLEConnectionClosed", I initialize the nimble stack and st...