Searched refs:typeLen (Results 1 – 1 of 1) sorted by relevance
2593 u16 typeLen = 0, remainLen = 0, ret_index = 0; in bthci_CmdReadLocalAMPAssoc() local2613 typeLen = bthci_AssocMACAddr(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()2614 totalLen += typeLen; in bthci_CmdReadLocalAMPAssoc()2615 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc()2616 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2617 typeLen = bthci_AssocPreferredChannelList(padapter, &pRetPar[ret_index], EntryNum); in bthci_CmdReadLocalAMPAssoc()2618 totalLen += typeLen; in bthci_CmdReadLocalAMPAssoc()2619 remainLen += typeLen; in bthci_CmdReadLocalAMPAssoc()2620 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2621 typeLen = bthci_PALCapabilities(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()[all …]