|
| int(* | data_conn_closed )() |
| | Notifies that the AGPS data connection has been closed. More...
|
| |
| int(* | data_conn_failed )() |
| | Notifies that a data connection is not available for AGPS. More...
|
| |
| int(* | data_conn_open )(const char *apn) |
| | Notifies that a data connection is available and sets the name of the APN to be used for SUPL. More...
|
| |
| void(* | init )(AGpsCallbacks *callbacks) |
| | Opens the AGPS interface and provides the callback routines to the implemenation of this interface. More...
|
| |
| int(* | set_server )(AGpsType type, const char *hostname, int port) |
| | Sets the hostname and port for the AGPS server. More...
|
| |
| size_t | size |
| | set to sizeof(AGpsInterface) More...
|
| |
Extended interface for AGPS support.
Definition at line 492 of file gps.h.