Closed listout closed 2 years ago
Hi @listout ,
We have made a change today to address this issue. Change is merged and should be visible on github soon. I will update this comment with commit id information, once it is available.
Thanks, Rahul
Read the edit message, thank you @rahult-github.
@rahult-github On github I cannot see the commit you mentioned. Last commit for bleperiph was last month and blecent was 4 months ago. Are you talking about the nimble port ? Like the component?
@rahult-github can you please tell when will the fix be available on github?
Hi @listout ,
Mirroring of repository is an automated process and will take its own time. If you are completely stuck, you can try attached patch.
Thanks, Rahul
Thanks @rahult-github, the patch fixes the issue.
Environment
git describe --tags
to find it): v5.0-dev-2043-gaab535fe4axtensa-esp32-elf-gcc --version
to find it): 8.4.0Problem Description
I'm trying to use the NimBLE central and peripheral example, but the central is unable to connect to the peripheral. The connection is immediately terminated and I get an
NimBLE: Error: Peer doesn't support the Supported New Alert Category characteristic
error. I've tried turning on/off MTMI, use secure connection, use bonding ... nothing helps.Expected Behavior
The NimBLE central connects to the peripheral
Actual Behavior
The NimBLE central doesn't connects to the peripheral
Steps to reproduce
blecent
on one ESP devicebleprph
on another ESP deviceCode to reproduce this issue
Just the provided example code from ESP-IDF github.
Debug Logs
Central
Peripheral