Search found 2 matches
- Thu Jul 13, 2023 10:07 am
- Forum: ESP-IDF
- Topic: Nimble persistent bonding in NVS
- Replies: 1
- Views: 711
Re: Nimble persistent bonding in NVS
Fixed the issue by updating esp-idf to main branch and enabling "Persist the BLE bonding keys in nvs".
- Wed Jul 12, 2023 5:29 pm
- Forum: ESP-IDF
- Topic: Nimble persistent bonding in NVS
- Replies: 1
- Views: 711
Nimble persistent bonding in NVS
Hi! After spending 2 days trying to figure out how to make Nimble save bound devices to NVS flash, I couldn't find relevant information - only "Not yet implemented" from 5 years ago. I've been mostly using the bleprph example as a reference. Does anyone have example code on how to save bound devices...