mirror of
https://github.com/google/pebble.git
synced 2025-11-21 23:10:54 -05:00
spelling: between
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -701,7 +701,7 @@ bool bt_persistent_storage_update_ble_device_name(BTBondingID bonding, const cha
|
|||||||
GapBondingFileSetStatus status;
|
GapBondingFileSetStatus status;
|
||||||
status = prv_file_set(&bonding, sizeof(bonding), &data, sizeof(data));
|
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
|
// FW is in sync
|
||||||
if (data.ble_data.is_gateway && (status == GapBondingFileSetUpdated)) {
|
if (data.ble_data.is_gateway && (status == GapBondingFileSetUpdated)) {
|
||||||
prv_update_bondings(bonding, BtPersistBondingTypeBLE);
|
prv_update_bondings(bonding, BtPersistBondingTypeBLE);
|
||||||
|
|||||||
Reference in New Issue
Block a user