feat(ble): Always overwrite the oldest pairing
Compare changes
+ 31
− 12
@@ -70,6 +70,8 @@
@@ -104,6 +106,8 @@ typedef struct
@@ -114,9 +118,6 @@ typedef struct
@@ -129,6 +130,28 @@ static int record_to_filename(appDbRec_t *record, char *buf, size_t buf_size)
@@ -218,6 +241,7 @@ static int write_bond_to_file(appDbRec_t *r, char *filename)
@@ -265,6 +289,7 @@ static int read_bond_from_file(appDbRec_t *r, char *filename)
@@ -337,15 +362,8 @@ appDbHdl_t AppDbNewRecord(uint8_t addrType, uint8_t *pAddr)
@@ -355,6 +373,7 @@ appDbHdl_t AppDbNewRecord(uint8_t addrType, uint8_t *pAddr)