mirror of
https://github.com/google/pebble.git
synced 2025-11-19 05:50:54 -05:00
spelling: initiated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -561,7 +561,7 @@ static void prv_start_reset(PPoGATTClient *client) {
|
|||||||
|
|
||||||
static void prv_handle_reset_request(PPoGATTClient *client) {
|
static void prv_handle_reset_request(PPoGATTClient *client) {
|
||||||
if (client->state == StateConnectedClosedAwaitingResetCompleteSelfInitiatedReset) {
|
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.");
|
PBL_LOG(LOG_LEVEL_INFO, "Ignoring reset request because local client already requested.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user