Search found 1 match

by dani987
Thu Nov 23, 2023 2:50 pm
Forum: ESP-IDF
Topic: NimBLE: Failed to restore IRKs from store
Replies: 3
Views: 6742

Re: NimBLE: Failed to restore IRKs from store

Hi, Thanks irahul for pointing out to the missing store_read_cb callback. I work with the Dave on the same project and allocating callbacks to ble_hs_cfg from ble_store_config.c got us further. ble_hs_cfg.reset_cb = bleprph_on_reset; ble_hs_cfg.sync_cb = ble_app_on_sync; ble_hs_cfg.store_status_cb =...