Commit ee43a308 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 20013279: am 4306ca7d: Merge "GPS: added update_network_availability to AGpsRilInterface"

* commit '20013279':
  GPS: added update_network_availability to AGpsRilInterface
parents 7c7a2940 20013279
......@@ -665,6 +665,12 @@ typedef struct {
* These parameters match values in the android.net.NetworkInfo class.
*/
void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
/**
* Notify GPS of network status changes.
* These parameters match values in the android.net.NetworkInfo class.
*/
void (*update_network_availability) (int avaiable, const char* apn);
} AGpsRilInterface;
__END_DECLS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment