Searched refs:ret_index (Results 1 – 1 of 1) sorted by relevance
2592 u16 typeLen = 0, remainLen = 0, ret_index = 0; in bthci_CmdReadLocalAMPAssoc() local2610 ret_index = 4; in bthci_CmdReadLocalAMPAssoc()2612 typeLen = bthci_AssocMACAddr(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()2615 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2616 typeLen = bthci_AssocPreferredChannelList(padapter, &pRetPar[ret_index], EntryNum); in bthci_CmdReadLocalAMPAssoc()2619 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2620 typeLen = bthci_PALCapabilities(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()2623 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2624 typeLen = bthci_AssocPALVer(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()