Update destination information for the static hci connection

Once HCI static connection is created in the NfcCx update with
the handle.
This commit is contained in:
Christophe Ricard 2017-03-17 03:11:24 -07:00 коммит произвёл Ivan Cherniukh
Родитель 07e5b900e9
Коммит c8be5f27a7
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -129,6 +129,10 @@ static NFCSTATUS phLibNfc_InitCb(void* pContext,NFCSTATUS wStatus,void* pInfo)
{
wStatus = NFCSTATUS_FAILED;
}
else
{
wStatus = phNciNfc_UpdateConnDestInfo(UNASSIGNED_DESTID, phNciNfc_e_NFCEE, pHciContext->pSeHandle);
}
}
}
}else