summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-03-31 20:11:37 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-03-31 20:11:37 -0700
commit449fdb73e223ae9e2d4d6c407ba5510cfe929b99 (patch)
tree9dec2b0ef5d28b03537a9c6e16a325107beea394 /location
parent582337b7fbbd6d65d342ffd3348635d39c686a2f (diff)
parent546e88fc046234170088cd93bc78567c548ca559 (diff)
downloadgps-449fdb73e223ae9e2d4d6c407ba5510cfe929b99.tar.gz
Merge "Add HAL support for network handle"
Diffstat (limited to 'location')
-rw-r--r--location/location_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/location/location_interface.h b/location/location_interface.h
index ff5b10d..45c2c25 100644
--- a/location/location_interface.h
+++ b/location/location_interface.h
@@ -76,7 +76,8 @@ struct GnssInterface {
void (*agpsDataConnClosed)(AGpsExtType agpsType);
void (*agpsDataConnFailed)(AGpsExtType agpsType);
void (*getDebugReport)(GnssDebugReport& report);
- void (*updateConnectionStatus)(bool connected, int8_t type);
+ void (*updateConnectionStatus)(bool connected, int8_t type, bool roaming,
+ NetworkHandle networkHandle);
void (*odcpiInit)(const OdcpiRequestCallback& callback);
void (*odcpiInject)(const Location& location);
void (*blockCPI)(double latitude, double longitude, float accuracy,