Aeegps_err_info_unavail | developer.brewmp.com Aeegps_err_info_unavail | developer.brewmp.com

Developer

Aeegps_err_info_unavail

Forums:

Hi,
I am trying to get the position info of my device using IPOSDET_GetGPSInfo. Allthough, it returns SUCCESS, I receive

pMe->pGPSInfo->status = AEEGPS_ERR_INFO_UNAVAIL.

in the callback.

I have used these values for AEEGPSConfig structure members.

pMe->config->mode = AEEGPS_MODE_ONE_SHOT;
pMe->config->optim = AEEGPS_OPT_NONE;
pMe->config->qos = 20;
pMe->config->nFixes=1;
pMe->config->nInterval= 1;
pMe->config->server.svrType = AEEGPS_SERVER_DEFAULT;

Can anyone tell me what could be the possible reasons for GPS failing.?

Regards,
Shashi Kant