spelling: between

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:34:50 -05:00
parent de2ef95804
commit dc157413ef

View file

@ -701,7 +701,7 @@ bool bt_persistent_storage_update_ble_device_name(BTBondingID bonding, const cha
GapBondingFileSetStatus status;
status = prv_file_set(&bonding, sizeof(bonding), &data, sizeof(data));
// If this is the gateway, update SPRF so our pairing info betwen PRF and normal
// If this is the gateway, update SPRF so our pairing info between PRF and normal
// FW is in sync
if (data.ble_data.is_gateway && (status == GapBondingFileSetUpdated)) {
prv_update_bondings(bonding, BtPersistBondingTypeBLE);