mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: between
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
de2ef95804
commit
dc157413ef
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue