Extended interface for AGPS_RIL support. More...
Data Fields | |
void(* | init )(AGpsRilCallbacks *callbacks) |
Opens the AGPS interface and provides the callback routines to the implemenation of this interface. More... | |
void(* | ni_message )(uint8_t *msg, size_t len) |
Send network initiated message. More... | |
void(* | set_ref_location )(const AGpsRefLocation *agps_reflocation, size_t sz_struct) |
Sets the reference location. More... | |
void(* | set_set_id )(AGpsSetIDType type, const char *setid) |
Sets the set ID. More... | |
size_t | size |
set to sizeof(AGpsRilInterface) More... | |
void(* | update_network_availability )(int avaiable, const char *apn) |
Notify GPS of network status changes. More... | |
void(* | update_network_state )(int connected, int type, int roaming, const char *extra_info) |
Notify GPS of network status changes. More... | |
void(* AGpsRilInterface::init)(AGpsRilCallbacks *callbacks) |
void(* AGpsRilInterface::ni_message)(uint8_t *msg, size_t len) |
void(* AGpsRilInterface::set_ref_location)(const AGpsRefLocation *agps_reflocation, size_t sz_struct) |
void(* AGpsRilInterface::set_set_id)(AGpsSetIDType type, const char *setid) |
void(* AGpsRilInterface::update_network_availability)(int avaiable, const char *apn) |