feat(ble): Always overwrite the oldest pairing
Compare changes
+ 2
− 2
@@ -134,7 +134,7 @@ static appDbRec_t *record_with_highest_seq_number()
@@ -145,7 +145,7 @@ static appDbRec_t *record_with_lowest_seq_number()
Goal is to always overwrite the oldest pairing if there are no slots available anymore. Previously the device would always after power up start overwriting at the first pairing.