Searched refs:PLH (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 1240 u8 EntryNum, PLH; in bthci_BuildPhysicalLink() local 1248 PLH = *((u8 *)pHciCmd->Data); in bthci_BuildPhysicalLink() 1253 bthci_EventPhysicalLinkComplete(padapter, status, INVALID_ENTRY_NUM, PLH); in bthci_BuildPhysicalLink() 1258 pBTInfo->BtAsocEntry[EntryNum].PhyLinkCmdData.BtPhyLinkhandle = PLH; in bthci_BuildPhysicalLink() 1259 pBtMgnt->BtCurrentPhyLinkhandle = PLH; in bthci_BuildPhysicalLink() 1264 bthci_EventPhysicalLinkComplete(padapter, status, INVALID_ENTRY_NUM, PLH); in bthci_BuildPhysicalLink() 2932 u16 PLH; in bthci_CmdReadLinkQuality() local 2935 PLH = *((u16 *)&pHciCmd->Data[0]); in bthci_CmdReadLinkQuality() 2936 RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("PLH = 0x%x\n", PLH)); in bthci_CmdReadLinkQuality() 2938 EntryNum = bthci_GetCurrentEntryNum(padapter, (u8)PLH); in bthci_CmdReadLinkQuality() [all …]
|