Skip to content

Commit c65b8e3

Browse files
authored
Merge pull request #14 from TakayukiHoshi1984/bugfix_add_invalid_state
送信失敗用HandlerにAPP_MSG_INVALID_STATEの時の処理を追加。
2 parents 637f8a8 + 8cf79a4 commit c65b8e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dConnectDevicePebbleApp/src/pebble_device_plugin.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ static void out_failed_handler(DictionaryIterator *failed, AppMessageResult reas
307307
case APP_MSG_INTERNAL_ERROR:
308308
DBG_LOG(APP_LOG_LEVEL_DEBUG, "APP_MSG_INTERNAL_ERROR");
309309
break;
310+
case APP_MSG_INVALID_STATE:
311+
DBG_LOG(APP_LOG_LEVEL_DEBUG, "APP_MSG_INVALID_STATE");
312+
break;
310313
}
311314

312315
//

0 commit comments

Comments
 (0)