Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issue with Bluetooth 4.x devices #51

Open
pwjun opened this issue Feb 13, 2020 · 89 comments · May be fixed by #446
Open

Compatibility issue with Bluetooth 4.x devices #51

pwjun opened this issue Feb 13, 2020 · 89 comments · May be fixed by #446

Comments

@pwjun
Copy link

pwjun commented Feb 13, 2020

March 3, 2022 Update

#51 (comment)


Original Post
Log: 2020-02-13 17:03:41.976836+0800 0x6fc Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=0 2020-02-13 17:03:41.977160+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=1 2020-02-13 17:03:42.526624+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=0 2020-02-13 17:03:42.526874+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=1 2020-02-13 17:03:43.043825+0800 0x6fc Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=0 2020-02-13 17:03:43.044100+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=1 2020-02-13 17:03:43.600698+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=0 2020-02-13 17:03:43.601026+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=1 2020-02-13 17:03:44.101552+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=0 2020-02-13 17:03:44.101799+0800 0xb17f Default 0x0 0 0 kernel: IntelFirmware: setPowerState powerStateOrdinal=0 2020-02-13 17:03:44.101803+0800 0xb17f Default 0x0 0 0 kernel: (kernel) IntelFirmware: setPowerState powerStateOrdinal=1 2020-02-13 17:03:44.602188+0800 0xb17f
@pwjun pwjun closed this as completed Feb 13, 2020
@pwjun pwjun reopened this Feb 13, 2020
@pwjun
Copy link
Author

pwjun commented Feb 13, 2020

My system 10.15.3

@influenist
Copy link

Same issue here.

@williambj1
Copy link
Contributor

@pwjun @influenist

After chatting with @zxystd and did some testing, it seems to be clear that macOS will ALWAYS disconnect devices that seem to be useless.

In order to maintain the connection with another non-apple or non-HID device, like Android phones, you have to turn on Bluetooth Internet tethering in the phone settings. With this enabled, you'll have a reliable connection and could send files successfully.

This kext, based on what I've understood, is literally a Firmware Uploader, it does the same job as other solutions like using VMs, directly rebooting from Windows, and so on. So, if you experience the same issue with other solutions, it has nothing to do with this kext. @zxystd said he will probably make some improvements based on the Lilu patch engine to enhance the user experience but that might happen only after he finishes his juicy Intel Wifi kext.

Hope this can help you guys.

Cheers for @zxystd!

@pwjun
Copy link
Author

pwjun commented Mar 29, 2020

@williambj1,Thank your help,on your help,I can connect my computer and smart phone、bluetooth musicbox,but bluetooth mouse can not work,hope help,thanks

@williambj1
Copy link
Contributor

Bluetooth 4.0 devices are problematic on Intel Cards right now, I can't connect to my keyboard as well. It's an issue mainly caused by incompatibility with Apple's drivers.

@pwjun
Copy link
Author

pwjun commented Mar 29, 2020 via email

@williambj1 williambj1 pinned this issue Jul 13, 2020
@williambj1 williambj1 changed the title ThinkPad X250 -Intel 7265AC Bluetooth can connect,but disconnect after 1 second,Pls Help,Thanks. Comparability issue with Bluetooth 4.x devices Jul 17, 2020
@tieshulin

This comment has been minimized.

@elliotnash
Copy link

is this fixable or a limitation in the system that might not be able to be fixed?

@the-eric-kwok
Copy link

My BT mouse works laggy in BT3.0 mode and not able to connect in BT4.0 mode.
Subscribed this issue, hopefully there will be some solution of this situation.

@msiLiu
Copy link

msiLiu commented Sep 8, 2020

蓝牙 4.0 设备现在在英特尔卡上有问题, 我也无法连接到键盘。这是一个主要由于与苹果司机不相容而引起的问题。

Will Bluetooth 4.0 be supported in the future?

@70599
Copy link

70599 commented Sep 24, 2020

Nintendo Switch Joy-Con(Bluetooth 4.1) does not appear while discovery mode.

@brendansiow
Copy link

This kext, based on what I've understood, is literally a Firmware Uploader, it does the same job as other solutions like using VMs, directly rebooting from Windows, and so on. So, if you experience the same issue with other solutions, it has nothing to do with this kext. @zxystd said he will probably make some improvements based on the Lilu patch engine to enhance the user experience but that might happen only after he finishes his juicy Intel Wifi kext.

Hello all, Finally I got chance to turns to solve Bluetooth connected compatible problem since Intel WiFi is stable enough today, now I have managed to fix this problem(Apple leave this bug over years!), BT4.0 and BT5.0 devices can be connected after using the patch kext. Please help to test it, if it is no problem, it will merge into this repository soon. https://github.com/zxystd/IntelBTPatcher/releases

Tested with RC1 and Patch, works with my MX Master 3 in Big Sur that wasn't working previously. Thanks...

@jasperlevi
Copy link

jasperlevi commented Jan 1, 2022

This kext, based on what I've understood, is literally a Firmware Uploader, it does the same job as other solutions like using VMs, directly rebooting from Windows, and so on. So, if you experience the same issue with other solutions, it has nothing to do with this kext. @zxystd said he will probably make some improvements based on the Lilu patch engine to enhance the user experience but that might happen only after he finishes his juicy Intel Wifi kext.

Hello all, Finally I got chance to turns to solve Bluetooth connected compatible problem since Intel WiFi is stable enough today, now I have managed to fix this problem(Apple leave this bug over years!), BT4.0 and BT5.0 devices can be connected after using the patch kext. Please help to test it, if it is no problem, it will merge into this repository soon. https://github.com/zxystd/IntelBTPatcher/releases

Working great. Very stable with my Logitech MX Master and Skullcandy Method Wireless headset on Gigabyte Z390 Aorus Master/9900K/Catalina 10.15.7

I saw that there is a new release. Has the Patcher been merged with this repository? If so, what are the new installation instructions, please?

@sbfkcel

This comment has been minimized.

@laris
Copy link

laris commented Feb 2, 2022

Hey guys,

I upgrade from Big Sur to Monterey and it looks like my 罗技大师3 Logitech MX Master 3 mice and 机械键盘 三模 RK84 keyboard Bluetooth devices works now.

  • IntelBluetoothFirmware-v2.1.0.zip
  • AirportItlwm_v2.1.0_stable_Monterey.kext.zip
  • BrcmPatchRAM-2.6.1-RELEASE/BlueToolFixup.kext

Enjoy!

> kextstat | grep -E "IntelBluetoothFirmware|BlueToolFixup"
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
   52    0 0                  0xa000     0xa000     as.acidanthera.BlueToolFixup (2.6.1) 18E5797A-7E34-3670-9013-1F04275F75FF <51 9 7 6 3 2 1>
  113    0 0                  0x6d5000   0x6d5000   com.zxystd.IntelBluetoothFirmware (2.1.0) EB72D6E1-12D7-3035-8E82-2EC10ED3F7A9 <24 7 6 3>
> system_profiler SPBluetoothDataType
Bluetooth:

      Bluetooth Controller:
          Address: 64:BC:
          State: On
          Chipset: THIRD_PARTY_DONGLE
          Discoverable: Off
          Firmware Version: v256 c256
          Product ID: 0x0001
          Supported services: 0x382039 < HFP AVRCP A2DP HID Braille AACP GATT Serial >
          Transport: USB
          Vendor ID: 0x004C (Apple)
      Paired Bluetooth Devices:
          MX Master 3:
              Address: F0:
              Connected: Yes
              Vendor ID: 0x046D
              Product ID: 0xB023
              Battery Level: 100%
              Firmware Version: MPM19.01_0015
              Minor Type: Mouse
              Services: 0x400000 < BLE >
          RK-KB5.0:
              Address: EF:
              Connected: Yes
              Battery Level: 100%
              Minor Type: Keyboard
              Services: 0x400000 < BLE >

> neofetch
                    'c.          laris@MacBook-Pro.lan
                 ,xNMM.          ---------------------
               .OMMMMo           OS: macOS 12.2 21D49 x86_64
               OMMM0,            Host: Hackintosh (SMBIOS: MacBookPro16,4)
     .;loddo:' loolloddol;.      Kernel: 21.3.0
   cKMMMMMMMMMMNWMMMMMMMMMM0:    Uptime: 1 hour, 45 mins
 .KMMMMMMMMMMMMMMMMMMMMMMMWd.    Packages: 153 (brew)
 XMMMMMMMMMMMMMMMMMMMMMMMX.      Shell: fish 3.3.1
;MMMMMMMMMMMMMMMMMMMMMMMM:       Resolution: 1920x1200@2x
:MMMMMMMMMMMMMMMMMMMMMMMM:       DE: Aqua
.MMMMMMMMMMMMMMMMMMMMMMMMX.      WM: Quartz Compositor
 kMMMMMMMMMMMMMMMMMMMMMMMMWd.    WM Theme: Blue (Light)
 .XMMMMMMMMMMMMMMMMMMMMMMMMMMk   Terminal: iTerm2
  .XMMMMMMMMMMMMMMMMMMMMMMMMK.   Terminal Font: Monaco 14
    kMMMMMMMMMMMMMMMMMMMMMMd     CPU: Intel i7-10875H (16) @ 2.30GHz
     ;KMMMMMMMWXXWMMMMMMMk.      GPU: Intel UHD Graphics 630 (Mobile)
       .cooc,.    .,coo:.        Memory: 20111MiB / 32768MiB
system_profiler SPUSBDataType
        Bluetooth HCI:

          Product ID: 0x0026
          Vendor ID: 0x8087  (Intel Corporation)
          Version: 0.02
          Speed: Up to 12 Mb/s
          Location ID: 0x14500000 / 2
          Current Available (mA): 500
          Current Required (mA): 100
          Extra Operating Curr

@zhanzuanshi
Copy link

This kext, based on what I've understood, is literally a Firmware Uploader, it does the same job as other solutions like using VMs, directly rebooting from Windows, and so on. So, if you experience the same issue with other solutions, it has nothing to do with this kext. @zxystd said he will probably make some improvements based on the Lilu patch engine to enhance the user experience but that might happen only after he finishes his juicy Intel Wifi kext.

Hello all, Finally I got chance to turns to solve Bluetooth connected compatible problem since Intel WiFi is stable enough today, now I have managed to fix this problem(Apple leave this bug over years!), BT4.0 and BT5.0 devices can be connected after using the patch kext. Please help to test it, if it is no problem, it will merge into this repository soon. https://github.com/zxystd/IntelBTPatcher/releases

It started working perfectly on my macOS BigSure 11.6

@mackonsti
Copy link

Hi everyone, any idea what changed? Is it the new BlueToolFixup.kext release?

@HopeJourney
Copy link

HopeJourney commented Jul 17, 2022

Hello. I'm using Ventura beta 1, latest bluetoolfixup (2.6.3) and IntelBluetoothFirmware(2.1.0).
Now, I can't use my third party keyboard and mouse (Logitech mx master 3s).
but I can even use apple's accessory, Airpods.

any ideas..?

bad English. sorry.
ps. I'm using AX201

[    0.771998]: IntelFirmware: Driver Probe()
[    0.772009]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x0026
[    0.772027]: IntelFirmware: Driver Start()
[    0.772068]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    0.772099]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    0.772110]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    0.772114]: IntelFirmware: set configuration to 1
[    0.772654]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    0.772660]: IntelFirmware: Found interface!!!
[    0.772671]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    0.772673]: IntelFirmware: Found Interrupt endpoint!
[    0.772913]: IntelFirmware: Found Bulk out endpoint!
[    0.773130]: IntelFirmware: Found Bulk in endpoint!
[    0.773346]: IntelFirmware: BT init succeed
[    0.774545]: IntelFirmware: Unsupported Intel hardware platform (0x 0)
[    0.774620]: IntelFirmware: createSkipFirmwareUpdateFile failed to create skip firmware update file 2
[    0.774627]: IntelFirmware: Clean up...
[    0.774629]: IntelFirmware: virtual void BtIntel::free()
[    0.774631]: IntelFirmware: virtual void USBDeviceController::free()```

@RaDianTBLaZe
Copy link

Hello. I'm using Ventura beta 1, latest bluetoolfixup (2.6.3) and IntelBluetoothFirmware(2.1.0). Now, I can't use my third party keyboard and mouse (Logitech mx master 3s). but I can even use apple's accessory, Airpods.

any ideas..?

bad English. sorry. ps. I'm using AX201

[    0.771998]: IntelFirmware: Driver Probe()
[    0.772009]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x0026
[    0.772027]: IntelFirmware: Driver Start()
[    0.772068]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    0.772099]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    0.772110]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    0.772114]: IntelFirmware: set configuration to 1
[    0.772654]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    0.772660]: IntelFirmware: Found interface!!!
[    0.772671]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    0.772673]: IntelFirmware: Found Interrupt endpoint!
[    0.772913]: IntelFirmware: Found Bulk out endpoint!
[    0.773130]: IntelFirmware: Found Bulk in endpoint!
[    0.773346]: IntelFirmware: BT init succeed
[    0.774545]: IntelFirmware: Unsupported Intel hardware platform (0x 0)
[    0.774620]: IntelFirmware: createSkipFirmwareUpdateFile failed to create skip firmware update file 2
[    0.774627]: IntelFirmware: Clean up...
[    0.774629]: IntelFirmware: virtual void BtIntel::free()
[    0.774631]: IntelFirmware: virtual void USBDeviceController::free()```

same problem , same card , same software . please help did you fix it ?

@qhuyduong
Copy link

Hello. I'm using Ventura beta 1, latest bluetoolfixup (2.6.3) and IntelBluetoothFirmware(2.1.0). Now, I can't use my third party keyboard and mouse (Logitech mx master 3s). but I can even use apple's accessory, Airpods.

any ideas..?

bad English. sorry. ps. I'm using AX201

[    0.771998]: IntelFirmware: Driver Probe()
[    0.772009]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x0026
[    0.772027]: IntelFirmware: Driver Start()
[    0.772068]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    0.772099]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    0.772110]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    0.772114]: IntelFirmware: set configuration to 1
[    0.772654]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    0.772660]: IntelFirmware: Found interface!!!
[    0.772671]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    0.772673]: IntelFirmware: Found Interrupt endpoint!
[    0.772913]: IntelFirmware: Found Bulk out endpoint!
[    0.773130]: IntelFirmware: Found Bulk in endpoint!
[    0.773346]: IntelFirmware: BT init succeed
[    0.774545]: IntelFirmware: Unsupported Intel hardware platform (0x 0)
[    0.774620]: IntelFirmware: createSkipFirmwareUpdateFile failed to create skip firmware update file 2
[    0.774627]: IntelFirmware: Clean up...
[    0.774629]: IntelFirmware: virtual void BtIntel::free()
[    0.774631]: IntelFirmware: virtual void USBDeviceController::free()```

Same problem for me. My Logitech MX Master 3S stopped working after upgrading to Ventura. Is there any news for this issue?

@Lorys89
Copy link

Lorys89 commented Jun 17, 2023

Are there any news? On ventura cob ax200 bt do not work the Logitech mx anywhere 3 and mx keys

@qhuyduong qhuyduong linked a pull request Jun 18, 2023 that will close this issue
@qhuyduong
Copy link

Hi @Lorys89 , I'm attempting to fix this in PR #446 . Would you mind testing the fix to see if it works for you?

@Lorys89
Copy link

Lorys89 commented Jun 18, 2023

Hi @Lorys89 , I'm attempting to fix this in PR #446 . Would you mind testing the fix to see if it works for you?

Ok in a couple of hours I'll try it, already I forked your edit and launched action to compile so I'll have the kext ready.
https://github.com/Lorys89/IntelBluetoothFirmware/suites/13685209550/artifacts/756385483

@Lorys89
Copy link

Lorys89 commented Jun 18, 2023

Screenshot 2023-06-18 alle 18 53 50

work good

@mackonsti
Copy link

Thanks @Lorys89 so you mean that a new Intel Bluetooth Firmware kext will be needed, eventually, yes?
I can use the URL you posted above to test, too.

Please, which version of BlueToolFixup.kext are you using?

In my other problem/thread like #435 and #441 a newer version of that tool was needed so that BTLE works more stable in Ventura (despite reported as THIRD_PARTY_DONGLE)

Thanks.

@Lorys89
Copy link

Lorys89 commented Jun 19, 2023

Thanks @Lorys89 so you mean that a new Intel Bluetooth Firmware kext will be needed, eventually, yes? I can use the URL you posted above to test, too.

Please, which version of BlueToolFixup.kext are you using?

In my other problem/thread like #435 and #441 a newer version of that tool was needed so that BTLE works more stable in Ventura (despite reported as THIRD_PARTY_DONGLE)

Thanks.

this https://github.com/acidanthera/BrcmPatchRAM/suites/13641000431/artifacts/752879905

@hajabooboo2
Copy link

Screenshot 2023-06-18 alle 18 53 50

work good

Same for me. Thanks!

@moriel5
Copy link

moriel5 commented Aug 31, 2023

Is the BLE on BT4 cards issue on older MacOS versions still present?
Since I wish to try putting in a Wireless-AC 7260 in a Mid-2007 iMac (currently running El Capitan, however I intend to unofficially upgrade it to High Sierra).

@mackonsti
Copy link

@williambj1 is this ticket still Open? The patch by @zxystd was merged in master... Thanks 🙏

@fabriziopicconi
Copy link

Hi @Lorys89 , I'm attempting to fix this in PR #446 . Would you mind testing the fix to see if it works for you?

Ok in a couple of hours I'll try it, already I forked your edit and launched action to compile so I'll have the kext ready. https://github.com/Lorys89/IntelBluetoothFirmware/suites/13685209550/artifacts/756385483

I have same problem and I see that your link is no more available.
Can you help me?
thanks

@strive-run
Copy link

Hi @Lorys89 , I'm attempting to fix this in PR #446 . Would you mind testing the fix to see if it works for you?

Ok in a couple of hours I'll try it, already I forked your edit and launched action to compile so I'll have the kext ready. https://github.com/Lorys89/IntelBluetoothFirmware/suites/13685209550/artifacts/756385483

Your link is not found, can you help me ?
thanks.

@Lorys89
Copy link

Lorys89 commented Dec 29, 2023

Hi @Lorys89 , I'm attempting to fix this in PR #446 . Would you mind testing the fix to see if it works for you?

Ok in a couple of hours I'll try it, already I forked your edit and launched action to compile so I'll have the kext ready. https://github.com/Lorys89/IntelBluetoothFirmware/suites/13685209550/artifacts/756385483

Your link is not found, can you help me ? thanks.

https://github.com/Lorys89/IntelBluetoothFirmware/actions/runs/7354638150/artifacts/1138940583

@mackonsti
Copy link

Hi everyone and happy new year.
Thanks @Lorys89 for the new build, anyone knows if your fix will make it to the main code?
I am still confused as to what was/is the conflict with what exists in the code, today.
Issue #446 still seems Open by @zxystd
Thank you all in advance!

@fabriziopicconi
Copy link

fabriziopicconi commented Jan 16, 2024

Hi @Lorys89 , I'm attempting to fix this in PR #446 . Would you mind testing the fix to see if it works for you?

Ok in a couple of hours I'll try it, already I forked your edit and launched action to compile so I'll have the kext ready. https://github.com/Lorys89/IntelBluetoothFirmware/suites/13685209550/artifacts/756385483

Your link is not found, can you help me ? thanks.

https://github.com/Lorys89/IntelBluetoothFirmware/actions/runs/7354638150/artifacts/1138940583

thank you but it doesn't solve connection to my mouse

@prcmelo
Copy link

prcmelo commented Jan 22, 2024

I'm in the same boat, my Logitech MX Keys and MX Anywhere 3 can't connect via Bluetooth. macOS Sonoma recognizes both devices, but after I click to connect all I have is endless spinning wheel. Cell Phones, Head Phones and even other Logitech devices connect, only the MX Series that does not.

EDIT: My card is a Fenvi Intel AX210NGW Wi-Fi 6 Bluetooth 5,3 and this fixed my problem #446 (comment)

Thank you @Lorys89

@prcmelo
Copy link

prcmelo commented Feb 28, 2024

I posted in the "Fix LE devices not working on Ventura" thread and I thought to post here too, cause, for me, Version 2.4.0, (as also happens with the official 2.3.0 Release), is a no go to my Logitech MX devices. I had to revert to the @Lorys89 version, (2.3.0), to make them work again. I Apologize if this is considered a "double post".

Edit: Using macOS Sonoma 14.3.1

@laris
Copy link

laris commented Mar 27, 2024

Update:

Confirm works with special version recipe:

Hey guys,

I upgrade from Big Sur to Monterey and it looks like my 罗技大师3 Logitech MX Master 3 mice and 机械键盘 三模 RK84 keyboard Bluetooth devices works now.

  • IntelBluetoothFirmware-v2.1.0.zip
  • AirportItlwm_v2.1.0_stable_Monterey.kext.zip
  • BrcmPatchRAM-2.6.1-RELEASE/BlueToolFixup.kext

Enjoy!

> kextstat | grep -E "IntelBluetoothFirmware|BlueToolFixup"
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
   52    0 0                  0xa000     0xa000     as.acidanthera.BlueToolFixup (2.6.1) 18E5797A-7E34-3670-9013-1F04275F75FF <51 9 7 6 3 2 1>
  113    0 0                  0x6d5000   0x6d5000   com.zxystd.IntelBluetoothFirmware (2.1.0) EB72D6E1-12D7-3035-8E82-2EC10ED3F7A9 <24 7 6 3>
> system_profiler SPBluetoothDataType
Bluetooth:

      Bluetooth Controller:
          Address: 64:BC:
          State: On
          Chipset: THIRD_PARTY_DONGLE
          Discoverable: Off
          Firmware Version: v256 c256
          Product ID: 0x0001
          Supported services: 0x382039 < HFP AVRCP A2DP HID Braille AACP GATT Serial >
          Transport: USB
          Vendor ID: 0x004C (Apple)
      Paired Bluetooth Devices:
          MX Master 3:
              Address: F0:
              Connected: Yes
              Vendor ID: 0x046D
              Product ID: 0xB023
              Battery Level: 100%
              Firmware Version: MPM19.01_0015
              Minor Type: Mouse
              Services: 0x400000 < BLE >
          RK-KB5.0:
              Address: EF:
              Connected: Yes
              Battery Level: 100%
              Minor Type: Keyboard
              Services: 0x400000 < BLE >
> neofetch
                    'c.          laris@MacBook-Pro.lan
                 ,xNMM.          ---------------------
               .OMMMMo           OS: macOS 12.2 21D49 x86_64
               OMMM0,            Host: Hackintosh (SMBIOS: MacBookPro16,4)
     .;loddo:' loolloddol;.      Kernel: 21.3.0
   cKMMMMMMMMMMNWMMMMMMMMMM0:    Uptime: 1 hour, 45 mins
 .KMMMMMMMMMMMMMMMMMMMMMMMWd.    Packages: 153 (brew)
 XMMMMMMMMMMMMMMMMMMMMMMMX.      Shell: fish 3.3.1
;MMMMMMMMMMMMMMMMMMMMMMMM:       Resolution: 1920x1200@2x
:MMMMMMMMMMMMMMMMMMMMMMMM:       DE: Aqua
.MMMMMMMMMMMMMMMMMMMMMMMMX.      WM: Quartz Compositor
 kMMMMMMMMMMMMMMMMMMMMMMMMWd.    WM Theme: Blue (Light)
 .XMMMMMMMMMMMMMMMMMMMMMMMMMMk   Terminal: iTerm2
  .XMMMMMMMMMMMMMMMMMMMMMMMMK.   Terminal Font: Monaco 14
    kMMMMMMMMMMMMMMMMMMMMMMd     CPU: Intel i7-10875H (16) @ 2.30GHz
     ;KMMMMMMMWXXWMMMMMMMk.      GPU: Intel UHD Graphics 630 (Mobile)
       .cooc,.    .,coo:.        Memory: 20111MiB / 32768MiB
system_profiler SPUSBDataType
        Bluetooth HCI:

          Product ID: 0x0026
          Vendor ID: 0x8087  (Intel Corporation)
          Version: 0.02
          Speed: Up to 12 Mb/s
          Location ID: 0x14500000 / 2
          Current Available (mA): 500
          Current Required (mA): 100
          Extra Operating Curr

@andrewmiskell
Copy link

Seem to be having the same issue with my Stadia and Xbox Controllers as well. They are recognized but will never connect and pair. All my Apple devices (Keyboard, TrackPad, AirPod Pro) work without issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.