summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loc_api/libloc_api_50001/loc.cpp2
-rw-r--r--msm8084/loc_api/libloc_api_50001/loc.cpp2
-rw-r--r--msm8909/loc_api/libloc_api_50001/loc.cpp2
-rw-r--r--msm8994/loc_api/libloc_api_50001/loc.cpp2
-rw-r--r--msm8996/loc_api/libloc_api_50001/loc.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/loc_api/libloc_api_50001/loc.cpp b/loc_api/libloc_api_50001/loc.cpp
index e2527b5..1d4e54c 100644
--- a/loc_api/libloc_api_50001/loc.cpp
+++ b/loc_api/libloc_api_50001/loc.cpp
@@ -729,7 +729,7 @@ static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType)
bearerType = AGPS_APN_BEARER_IPV4V6;
break;
default:
- bearerType = AGPS_APN_BEARER_INVALID;
+ bearerType = AGPS_APN_BEARER_IPV4;
break;
}
diff --git a/msm8084/loc_api/libloc_api_50001/loc.cpp b/msm8084/loc_api/libloc_api_50001/loc.cpp
index 028b71e..6eaf9f9 100644
--- a/msm8084/loc_api/libloc_api_50001/loc.cpp
+++ b/msm8084/loc_api/libloc_api_50001/loc.cpp
@@ -832,7 +832,7 @@ static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType)
bearerType = AGPS_APN_BEARER_IPV4V6;
break;
default:
- bearerType = AGPS_APN_BEARER_INVALID;
+ bearerType = AGPS_APN_BEARER_IPV4;
break;
}
diff --git a/msm8909/loc_api/libloc_api_50001/loc.cpp b/msm8909/loc_api/libloc_api_50001/loc.cpp
index 505fc94..6a97709 100644
--- a/msm8909/loc_api/libloc_api_50001/loc.cpp
+++ b/msm8909/loc_api/libloc_api_50001/loc.cpp
@@ -730,7 +730,7 @@ static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType)
bearerType = AGPS_APN_BEARER_IPV4V6;
break;
default:
- bearerType = AGPS_APN_BEARER_INVALID;
+ bearerType = AGPS_APN_BEARER_IPV4;
break;
}
diff --git a/msm8994/loc_api/libloc_api_50001/loc.cpp b/msm8994/loc_api/libloc_api_50001/loc.cpp
index e2527b5..1d4e54c 100644
--- a/msm8994/loc_api/libloc_api_50001/loc.cpp
+++ b/msm8994/loc_api/libloc_api_50001/loc.cpp
@@ -729,7 +729,7 @@ static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType)
bearerType = AGPS_APN_BEARER_IPV4V6;
break;
default:
- bearerType = AGPS_APN_BEARER_INVALID;
+ bearerType = AGPS_APN_BEARER_IPV4;
break;
}
diff --git a/msm8996/loc_api/libloc_api_50001/loc.cpp b/msm8996/loc_api/libloc_api_50001/loc.cpp
index 505fc94..6a97709 100644
--- a/msm8996/loc_api/libloc_api_50001/loc.cpp
+++ b/msm8996/loc_api/libloc_api_50001/loc.cpp
@@ -730,7 +730,7 @@ static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType)
bearerType = AGPS_APN_BEARER_IPV4V6;
break;
default:
- bearerType = AGPS_APN_BEARER_INVALID;
+ bearerType = AGPS_APN_BEARER_IPV4;
break;
}