Searched refs:remainLen (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 2593 u16 typeLen = 0, remainLen = 0, ret_index = 0; in bthci_CmdReadLocalAMPAssoc() local 2604 RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("ReadLocalAMPAssoc, Remaining_Len =%d \n", remainLen)); in bthci_CmdReadLocalAMPAssoc() 2615 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2619 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2623 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2627 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2629 *pRemainLen = remainLen; /* AMP_ASSOC_Remaining_Length */ in bthci_CmdReadLocalAMPAssoc() 2630 RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("ReadLocalAMPAssoc, Remaining_Len =%d \n", remainLen)); in bthci_CmdReadLocalAMPAssoc()
|