Searched refs:pBtMgnt (Results 1 – 1 of 1) sorted by relevance
105 struct bt_mgnt *pBtMgnt = &pBTInfo->BtMgnt; in BT_Operation() local107 if (pBtMgnt->BtOperationOn) in BT_Operation()217 struct bt_mgnt *pBtMgnt; in bthci_DecideBTChannel() local227 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 …]