Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c563 if ((pBTInfo->BtAsocEntry[EntryNum].AMPRole == AMP_BTAP_CREATOR) || in bthci_AssocPreferredChannelList()
699 pBTinfo->BtAsocEntry[EntryNum].AMPRole = AMP_BTAP_NONE; in bthci_ResetEntry()
1448 pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole)); in bthci_StartBeaconAndConnect()
1456 if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_CREATOR) { in bthci_StartBeaconAndConnect()
1464 } else if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_JOINER) { in bthci_StartBeaconAndConnect()
1488 if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_CREATOR) { in bthci_StartBeaconAndConnect()
1491 } else if (pBTInfo->BtAsocEntry[CurrentAssocNum].AMPRole == AMP_BTAP_JOINER) { in bthci_StartBeaconAndConnect()
4493 if (pBTInfo->BtAsocEntry[EntryNum].AMPRole == AMP_BTAP_CREATOR) in bthci_StateStarting()
4520 if (pBTInfo->BtAsocEntry[EntryNum].AMPRole == AMP_BTAP_JOINER) { in bthci_StateConnecting()
4760 pBTInfo->BtAsocEntry[EntryNum].AMPRole = AMP_BTAP_CREATOR; in bthci_StateDisconnected()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h794 enum amp_btap_type AMPRole; member