Merge "Change enum and struct names according to convention" into tizen_9.0 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20250424.162120
authorRandeep Singh <randeep.s@samsung.com>
Mon, 7 Apr 2025 09:31:39 +0000 (09:31 +0000)
committerGerrit Code Review <gerrit@localhost>
Mon, 7 Apr 2025 09:31:39 +0000 (09:31 +0000)
1  2 
lbs-server/src/server.c

index 406615cfb2199d3d377c09234a389ed194b6c04d,d0ed014946aaecf522edae215f94129044b865f2..b97ced037c8e387dbf5c3067ea1a030ca4015a2e
@@@ -445,10 -445,10 +445,10 @@@ int request_start_batch_session(int bat
        display_lock_state(LCD_OFF, STAY_CUR_STATE, 0);
        LOG_GPS(LOG_DEBUG, "display_lock_state(LCD_OFF, STAY_CUR_STATE, 0);");
  
 -      status = hal_location_request(GPS_ACTION_START_BATCH, &gps_start_data, &reason_code);
 +      status = hal_location_request(HAL_LOCATION_GPS_ACTION_START_BATCH, &gps_start_data, &reason_code);
  
        if (status == FALSE) {
-               LOG_GPS(DBG_ERR, "Batch: sending GPS_ACTION_START_SESSION Fail !");
+               LOG_GPS(DBG_ERR, "Batch: sending HAL_LOCATION_GPS_ACTION_START_SESSION Fail !");
                return FALSE;
        }