On 1/10/21 03:58, Marcel Holtmann wrote: > so I really need the btmon traces from the device init (so unload and reload the module) and we need to see what commands are supported and what commands are failing. I'll attach the full file I got with btmon -w MacBookPro16,1.btsnoop, but these seem like the important bits: < HCI Command: Read Local Supported Commands (0x04|0x0002) plen 0 #43 [hci0] 9.217379 > HCI Event: Command Complete (0x0e) plen 68 #44 [hci0] 9.218033 Read Local Supported Commands (0x04|0x0002) ncmd 1 Status: Success (0x00) Commands: 223 entries ## many many lines here ## LE Read Transmit Power (Octet 38 - Bit 7) LE Read RF Path Compensation (Octet 39 - Bit 0) LE Write RF Path Compensation (Octet 39 - Bit 1) LE Set Privacy Mode (Octet 39 - Bit 2) Read Local Simple Pairing Options (Octet 41 - Bit At the end of the trace: < HCI Command: LE Read Transmit Power (0x08|0x004b) plen 0 #69 [hci0] 9.226953 > HCI Event: Command Complete (0x0e) plen 4 #70 [hci0] 9.227515 LE Read Transmit Power (0x08|0x004b) ncmd 1 Status: Unknown HCI Command (0x01) = Close Index: F8:FF:C2:06:46:63 [hci0] 9.227666 I'm guessing that this means it reports that it supports the command but it doesn't, so if this is the case, I'd have to change the description of the quirk to clarify that. > Since you say this is on a MacBook, I assume this is an UART based Broadcom chip. Sometimes Broadcom has been really flaky with their actually implemented commands. However in some cases firmware updates do fix this. So any chance you can boot OS X and check that the latest firmware is loaded. Bluetooth for this device is indeed through uart: # lspci -vvvnnd '8086:a328' 00:1e.0 Communication controller [0780]: Intel Corporation Cannon Lake PCH Serial IO UART Host Controller [8086:a328] (rev 10) Subsystem: Intel Corporation Device [8086:7270] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Kernel driver in use: intel-lpss Kernel modules: intel_lpss_pci $ cat /sys/bus/pci/devices/0000:00:1e.0/dw-apb-uart.0/serial0/serial0-0/modalias acpi:BCM2E7C:APPLE-UART-BLTH: I've just updated macOS to 11.6, which should have updated firmware. The issue is still present.