diff options
Diffstat (limited to 'wearable/app/src/nsa-main.c')
-rwxr-xr-x | wearable/app/src/nsa-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wearable/app/src/nsa-main.c b/wearable/app/src/nsa-main.c index a92fc61..91b03c9 100755 --- a/wearable/app/src/nsa-main.c +++ b/wearable/app/src/nsa-main.c @@ -110,7 +110,7 @@ static void __parse_service(app_control_h service, void *user_data) app_control_get_operation(service, &operation); app_control_get_app_id(service, &app_id); - app_control_get_extra_data(service, "type", &ex_data); + app_control_get_extra_data(service, APP_CONTROL_DATA_TYPE, &ex_data); NSA_DEBUG("operation [%s] >>>>> ", GET_SAFE_STRING(operation)); NSA_DEBUG("app_id [%s] >>>>> ", GET_SAFE_STRING(app_id)); |