-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
As detailed in #1669, Apple has been actively working on the Bluetooth stack in macOS Monterey. Recent betas have broken the approach BlueToolFixup used to enable Bluetooth for non-native Broadcom and Intel chipsets. There are several known issues:
transport-encodingno longer works to change the transport type- Transport type is also dependent on SMBIOS in some cases (ref)
- Even though it does not affect the transport type anymore, setting
transport-encodingstill has adverse effects for unknown reasons- Specifically seen to break power cycling BCM20702 (non-PatchRAM) on legacy Macs
bluetoothdnow has several checks that raise issues- With Beta 10, any vendor that is not Broadcom or CSR is ignored
- Certain checks cause
bluetoothdto take different codepaths which may or may not be supported for the specific chipset
If you are experiencing issues with Bluetooth on Monterey, please post here (do not create a separate issue) and make sure to include:
- your motherboard/laptop/Mac model
- the specific Bluetooth chipset you have
- an IOReg
Reactions are currently unavailable