Page 1 of 1

Bonding Timeout

Posted: Tue Sep 19, 2023 1:25 pm
by NetanelSDS
in my project i am using esp32 with esp-idf as peripheral to connect to a device with bonded connection, the connection is idle most of the time and after a while my device is deleted from the paired list of the esp and i need to initiate the bonding processes from the beginning manually.(in the other device i don't have the same problem)
i saw similar problem in https://github.com/espressif/esp-idf/issues/6762 but using the provided solution did not help, is there a way to change the Bonding Timeout to not delete my bond? or is it something else entirely.

will provide more clarification and code segment if needed