Skip to content

Commit

Permalink
NimBLE Bonding: Add NVS support
Browse files Browse the repository at this point in the history
- Added NVS support to persist bonding across device reboots.
- Make minimal changes to `ble_store_config`, which makes it co-exist with `ble_store_ram`.
  • Loading branch information
prasad-alatkar authored and ESPAbhinav committed Feb 14, 2024
1 parent 2972205 commit 6f39612
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 1 deletion.
1 change: 0 additions & 1 deletion nimble/host/store/config/src/ble_store_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "sysinit/sysinit.h"
#include "syscfg/syscfg.h"
#include "host/ble_hs.h"
#include "base64/base64.h"
#include "store/config/ble_store_config.h"
#include "ble_store_config_priv.h"

Expand Down
Loading

0 comments on commit 6f39612

Please sign in to comment.