Search found 1 match

by samman
Thu Aug 29, 2024 5:07 am
Forum: ESP-IDF
Topic: How to Automatically Re-Initiate Pairing from ESP32 to a Master Device After Erasing Bonding Information?
Replies: 0
Views: 543

How to Automatically Re-Initiate Pairing from ESP32 to a Master Device After Erasing Bonding Information?

I am working on a BLE project using an ESP32 where I want to control the bonding process programmatically. Specifically, when the ESP32 erases its bonding information, I want the connected master device (e.g., a laptop) to automatically forget the ESP32 and initiate a new pairing process. Current Pr...