Home
last modified time | relevance | path

Searched refs:pAmpAsoc (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c319 struct amp_assoc_structure *pAmpAsoc; in bthci_GetAssocInfo() local
341 pAmpAsoc = (struct amp_assoc_structure *)tempBuf; in bthci_GetAssocInfo()
342 le16_to_cpus(&pAmpAsoc->Length); in bthci_GetAssocInfo()
343 BaseMemoryShift += 3 + pAmpAsoc->Length; in bthci_GetAssocInfo()
345 RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("TypeID = 0x%x, ", pAmpAsoc->TypeID)); in bthci_GetAssocInfo()
346 RTPRINT_DATA(FIOCTL, IOCTL_BT_HCICMD, "Hex Data: \n", pAmpAsoc->Data, pAmpAsoc->Length); in bthci_GetAssocInfo()
347 switch (pAmpAsoc->TypeID) { in bthci_GetAssocInfo()
350 if (pAmpAsoc->Length > 6) in bthci_GetAssocInfo()
352 memcpy(pBTInfo->BtAsocEntry[EntryNum].BTRemoteMACAddr, pAmpAsoc->Data, 6); in bthci_GetAssocInfo()
357 pBtHciInfo->BtPreChnlListLen = pAmpAsoc->Length; in bthci_GetAssocInfo()
[all …]