Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c105 struct bt_mgnt *pBtMgnt = &pBTInfo->BtMgnt; in BT_Operation() local
107 if (pBtMgnt->BtOperationOn) in BT_Operation()
217 struct bt_mgnt *pBtMgnt; in bthci_DecideBTChannel() local
227 pBtMgnt = &pBTInfo->BtMgnt; in bthci_DecideBTChannel()
230 pBtMgnt->CheckChnlIsSuit = true; in bthci_DecideBTChannel()
271 pBtMgnt->BTChannel = firstRemoteLegalChnlInTriplet; in bthci_DecideBTChannel()
272 …OGO), ("Remote legal channel (%d) is selected, Local not connect to any!!\n", pBtMgnt->BTChannel)); in bthci_DecideBTChannel()
277 pBtMgnt->BTChannel = localchnl; in bthci_DecideBTChannel()
278 …_BT_LOGO), ("Local channel (%d) is selected, wifi or BT connection exists\n", pBtMgnt->BTChannel)); in bthci_DecideBTChannel()
300 pBtMgnt->CheckChnlIsSuit = false; in bthci_DecideBTChannel()
[all …]