Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h814 u8 ShortRangeMode; member
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c710 pBTinfo->BtAsocEntry[EntryNum].ShortRangeMode = 0; in bthci_ResetEntry()
2444 u8 PhyLinkHandle, EntryNum, ShortRangeMode; in bthci_CmdShortRangeMode() local
2447 ShortRangeMode = pHciCmd->Data[1]; in bthci_CmdShortRangeMode()
2448 …FIOCTL, IOCTL_BT_HCICMD, ("PLH = 0x%x, Short_Range_Mode = 0x%x\n", PhyLinkHandle, ShortRangeMode)); in bthci_CmdShortRangeMode()
2452 pBTInfo->BtAsocEntry[EntryNum].ShortRangeMode = ShortRangeMode; in bthci_CmdShortRangeMode()
2463 bthci_EventShortRangeModeChangeComplete(padapter, status, ShortRangeMode, EntryNum); in bthci_CmdShortRangeMode()