mirror of
https://github.com/google/pebble.git
synced 2025-05-29 22:43:12 +00:00
spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9985f1fdf3
commit
c2f7961747
8 changed files with 9 additions and 9 deletions
|
@ -317,7 +317,7 @@ void bt_driver_handle_le_connection_handle_update_address_and_irk(const BleAddre
|
|||
GAPLEConnection *connection = gap_le_connection_by_device(&e->device);
|
||||
if (!connection) {
|
||||
PBL_LOG(LOG_LEVEL_ERROR,
|
||||
"Got address & IRK update for non-existent connection. "
|
||||
"Got address & IRK update for nonexistent connection. "
|
||||
"Old addr:"BT_DEVICE_ADDRESS_FMT, BT_DEVICE_ADDRESS_XPLODE(e->device.address));
|
||||
goto unlock;
|
||||
}
|
||||
|
|
|
@ -973,7 +973,7 @@ void ancs_handle_write_response(BLECharacteristic characteristic, BLEGATTError e
|
|||
prv_ancs_is_alive();
|
||||
}
|
||||
|
||||
// We asked for a non-existent notification, go to the next one
|
||||
// We asked for a nonexistent notification, go to the next one
|
||||
prv_reset_and_next();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue