Searched refs:BTRemoteMACAddr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 352 memcpy(pBTInfo->BtAsocEntry[EntryNum].BTRemoteMACAddr, pAmpAsoc->Data, 6); in bthci_GetAssocInfo() 353 …IOCTL, IOCTL_BT_HCICMD, ("Remote Mac address \n"), pBTInfo->BtAsocEntry[EntryNum].BTRemoteMACAddr); in bthci_GetAssocInfo() 1466 pBTInfo->BtAsocEntry[CurrentAssocNum].BTRemoteMACAddr[0], in bthci_StartBeaconAndConnect() 1467 pBTInfo->BtAsocEntry[CurrentAssocNum].BTRemoteMACAddr[1], in bthci_StartBeaconAndConnect() 1468 pBTInfo->BtAsocEntry[CurrentAssocNum].BTRemoteMACAddr[2], in bthci_StartBeaconAndConnect() 1469 pBTInfo->BtAsocEntry[CurrentAssocNum].BTRemoteMACAddr[3], in bthci_StartBeaconAndConnect() 1470 pBTInfo->BtAsocEntry[CurrentAssocNum].BTRemoteMACAddr[4], in bthci_StartBeaconAndConnect() 1471 pBTInfo->BtAsocEntry[CurrentAssocNum].BTRemoteMACAddr[5]); in bthci_StartBeaconAndConnect() 10726 pBTInfo->BtAsocEntry[i].BTRemoteMACAddr) in BTDM_PWDBMonitor() 11161 pBtAssocEntry->BTRemoteMACAddr, in HALBT_SetKey()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_bt-coexist.h | 805 u8 BTRemoteMACAddr[6]; member
|