Home
last modified time | relevance | path

Searched refs:pBtHciInfo (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c217 struct bt_hci_info *pBtHciInfo; in bthci_DecideBTChannel() local
227 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() local
323 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 …]