Searched refs:BtAsocEntry (Results 1 – 2 of 2) sorted by relevance
204 if ((pBTInfo->BtAsocEntry[i].bUsed) && in bthci_GetCurrentEntryNum()205 (pBTInfo->BtAsocEntry[i].PhyLinkCmdData.BtPhyLinkhandle == PhyHandle)) in bthci_GetCurrentEntryNum()326 if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar == 0) { in bthci_GetAssocInfo()327 if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen < (MAX_AMP_ASSOC_FRAG_LEN)) in bthci_GetAssocInfo()328 TotalLen = pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen; in bthci_GetAssocInfo()329 else if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocRemLen == (MAX_AMP_ASSOC_FRAG_LEN)) in bthci_GetAssocInfo()331 } else if (pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar > 0) in bthci_GetAssocInfo()332 TotalLen = pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar; in bthci_GetAssocInfo()334 …while ((pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar >= BaseMemoryShift) || TotalLen > B… in bthci_GetAssocInfo()337 (u8 *)pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocfragment+BaseMemoryShift, in bthci_GetAssocInfo()[all …]
1023 struct bt_asoc_entry BtAsocEntry[MAX_BT_ASOC_ENTRY_NUM]; member