Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c218 struct bt_hci_info *pBtHciInfo; in bthci_DecideBTChannel() local
228 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() local
324 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 …]