Searched refs:pBtHciInfo (Results 1 – 1 of 1) sorted by relevance
217 struct bt_hci_info *pBtHciInfo; in bthci_DecideBTChannel() local227 pBtHciInfo = &pBTInfo->BtHciInfo; in bthci_DecideBTChannel()233 &pBtHciInfo->BTPreChnllist[COUNTRY_STR_LEN]; in bthci_DecideBTChannel()236 for (i = 0; i < (pBtHciInfo->BtPreChnlListLen-COUNTRY_STR_LEN); i += 3, pTriple++) { in bthci_DecideBTChannel()314 struct bt_hci_info *pBtHciInfo; in bthci_GetAssocInfo() local323 pBtHciInfo = &pBTInfo->BtHciInfo; in bthci_GetAssocInfo()357 pBtHciInfo->BtPreChnlListLen = pAmpAsoc->Length; in bthci_GetAssocInfo()358 memcpy(pBtHciInfo->BTPreChnllist, in bthci_GetAssocInfo()360 pBtHciInfo->BtPreChnlListLen); in bthci_GetAssocInfo()361 …A(FIOCTL, IOCTL_BT_HCICMD, "Preferred channel list : \n", pBtHciInfo->BTPreChnllist, pBtHciInfo->B… in bthci_GetAssocInfo()[all …]