Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c104 struct bt_mgnt *pBtMgnt = &pBTInfo->BtMgnt; in BT_Operation() local
106 if (pBtMgnt->BtOperationOn) in BT_Operation()
216 struct bt_mgnt *pBtMgnt; in bthci_DecideBTChannel() local
226 pBtMgnt = &pBTInfo->BtMgnt; in bthci_DecideBTChannel()
229 pBtMgnt->CheckChnlIsSuit = true; in bthci_DecideBTChannel()
270 pBtMgnt->BTChannel = firstRemoteLegalChnlInTriplet; in bthci_DecideBTChannel()
271 …OGO), ("Remote legal channel (%d) is selected, Local not connect to any!!\n", pBtMgnt->BTChannel)); in bthci_DecideBTChannel()
276 pBtMgnt->BTChannel = localchnl; in bthci_DecideBTChannel()
277 …_BT_LOGO), ("Local channel (%d) is selected, wifi or BT connection exists\n", pBtMgnt->BTChannel)); in bthci_DecideBTChannel()
299 pBtMgnt->CheckChnlIsSuit = false; in bthci_DecideBTChannel()
[all …]