Searched refs:pBtHciInfo (Results 1 – 1 of 1) sorted by relevance
218 struct bt_hci_info *pBtHciInfo; in bthci_DecideBTChannel() local228 pBtHciInfo = &pBTInfo->BtHciInfo; in bthci_DecideBTChannel()234 &pBtHciInfo->BTPreChnllist[COUNTRY_STR_LEN]; in bthci_DecideBTChannel()237 for (i = 0; i < (pBtHciInfo->BtPreChnlListLen-COUNTRY_STR_LEN); i += 3, pTriple++) { in bthci_DecideBTChannel()315 struct bt_hci_info *pBtHciInfo; in bthci_GetAssocInfo() local324 pBtHciInfo = &pBTInfo->BtHciInfo; in bthci_GetAssocInfo()358 pBtHciInfo->BtPreChnlListLen = pAmpAsoc->Length; in bthci_GetAssocInfo()359 memcpy(pBtHciInfo->BTPreChnllist, in bthci_GetAssocInfo()361 pBtHciInfo->BtPreChnlListLen); in bthci_GetAssocInfo()362 …A(FIOCTL, IOCTL_BT_HCICMD, "Preferred channel list : \n", pBtHciInfo->BTPreChnllist, pBtHciInfo->B… in bthci_GetAssocInfo()[all …]