Searched refs:remainLen (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 2592 u16 typeLen = 0, remainLen = 0, ret_index = 0; in bthci_CmdReadLocalAMPAssoc() local 2603 RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("ReadLocalAMPAssoc, Remaining_Len =%d \n", remainLen)); in bthci_CmdReadLocalAMPAssoc() 2614 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2618 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2622 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2626 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc() 2628 *pRemainLen = remainLen; /* AMP_ASSOC_Remaining_Length */ in bthci_CmdReadLocalAMPAssoc() 2629 RTPRINT(FIOCTL, IOCTL_BT_HCICMD, ("ReadLocalAMPAssoc, Remaining_Len =%d \n", remainLen)); in bthci_CmdReadLocalAMPAssoc()
|