Home
last modified time | relevance | path

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

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