Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c564 if ((pBTInfo->BtAsocEntry[EntryNum].AMPRole == AMP_BTAP_CREATOR) || in bthci_AssocPreferredChannelList()
700 pBTinfo->BtAsocEntry[EntryNum].AMPRole = AMP_BTAP_NONE; in bthci_ResetEntry()
1449 pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole)); in bthci_StartBeaconAndConnect()
1457 if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_CREATOR) { in bthci_StartBeaconAndConnect()
1465 } else if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_JOINER) { in bthci_StartBeaconAndConnect()
1489 if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_CREATOR) { in bthci_StartBeaconAndConnect()
1492 } else if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_JOINER) { in bthci_StartBeaconAndConnect()
4494 if (pBTInfo->BtAsocEntry[EntryNum].AMPRole == AMP_BTAP_CREATOR) in bthci_StateStarting()
4521 if (pBTInfo->BtAsocEntry[EntryNum].AMPRole == AMP_BTAP_JOINER) { in bthci_StateConnecting()
4761 pBTInfo->BtAsocEntry[EntryNum].AMPRole = AMP_BTAP_CREATOR; in bthci_StateDisconnected()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h794 enum amp_btap_type AMPRole; member