am 4306ca7d
: Merge "GPS: added update_network_availability to AGpsRilInterface"
* commit '4306ca7d446c26752ecd9f724590487d68a27f10': GPS: added update_network_availability to AGpsRilInterface
This commit is contained in:
commit
20013279f3
1 changed files with 6 additions and 0 deletions
|
@ -659,6 +659,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
|
||||
|
|
Loading…
Reference in a new issue