mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: initiated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1e7f815c39
commit
714282660f
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ static void prv_start_reset(PPoGATTClient *client) {
|
|||
|
||||
static void prv_handle_reset_request(PPoGATTClient *client) {
|
||||
if (client->state == StateConnectedClosedAwaitingResetCompleteSelfInitiatedReset) {
|
||||
// Already in self-initated reset procedure, client should ignore the request from the server.
|
||||
// Already in self-initiated reset procedure, client should ignore the request from the server.
|
||||
PBL_LOG(LOG_LEVEL_INFO, "Ignoring reset request because local client already requested.");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue