Adding fix to send SUPL_ES ATL Close complete
Sending ATL Close complete for both Unsubscribe and Released event. CRs-Fixed: 2113762 Change-Id: Id684a05aa6d2b8636efb8af3d967146bd1718994
This commit is contained in:
parent
fb4bbe52f4
commit
220b5cb581
1 changed files with 1 additions and 0 deletions
|
@ -681,6 +681,7 @@ void DSStateMachine::notifyEventToSubscriber(
|
|||
|
||||
case AGPS_EVENT_RELEASED:
|
||||
mAgpsManager->mDSClientCloseDataCallFn();
|
||||
mAgpsManager->mAtlCloseStatusCb(subscriberToNotify->mConnHandle, 1);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue