OpenIntelWireless / IntelBluetoothFirmware

Intel Bluetooth Kernel Extensions for macOS
https://OpenIntelWireless.github.io/IntelBluetoothFirmware
GNU General Public License v3.0
2.47k stars 262 forks source link

No connection after first disconnect #456

Closed backdash756 closed 1 year ago

backdash756 commented 1 year ago

Have you read the docs?

Yes

macOS Version

macOS 13.4.1

Kext Version

v2.3.0

Wireless Adapter Model and USB Product ID

8087 0A2B

Description

My devices only works when I re-pair it, after the first disconnect it doesn't reconnect, I have to unpair and re-add.

Info in System Report - Bluetooth

Bluetooth-Controller:
  Adresse:  28:16:AD:86:8D:68
  Status:   Ein
  Chipsatz: THIRD_PARTY_DONGLE
  Sichtbar: Aus
  Firmwareversion:  v256 c256
  Unterstützte Dienste: 0x382039 < HFP AVRCP A2DP HID Braille AACP GATT SerialPort >
  Transport:    USB
  Hersteller-ID:    0x004C (Apple)
  Nicht verbunden:
  Apple Watch A:
  Adresse:  BC:A5:A9:E6:B1:82
  RSSI: -50
  iPad Air:
  Adresse:  50:23:A2:95:0A:C6
  RSSI: -45
  iPhone:
  Adresse:  B8:5D:0A:83:C2:41
  RSSI: -48

Relevant log output

[    7.563444]: IntelFirmware: Driver init()
[    7.563458]: IntelFirmware: Driver Probe()
[    7.563466]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x0A2B
[    7.563475]: IntelFirmware: Driver Start()
[    7.563513]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    7.563519]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    7.563535]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    7.563544]: IntelFirmware: set configuration to 1
[    7.564282]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    7.564290]: IntelFirmware: Found interface!!!
[    7.564328]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    7.564333]: IntelFirmware: Found Interrupt endpoint!
[    7.564910]: IntelFirmware: Found Bulk out endpoint!
[    7.565238]: IntelFirmware: Found Bulk in endpoint!
[    7.565541]: IntelFirmware: BT init succeed
[    7.566586]: IntelFirmware: Read the legacy Intel version information
[    7.566591]: IntelFirmware: Firmware revision 0.0 build 10 week 41 2018
[    7.566596]: IntelFirmware: Frimware is already running, finishing
[    7.567771]: IntelFirmware: Clean up...
[    7.567781]: IntelFirmware: virtual void BtIntel::free()
[    7.567784]: IntelFirmware: virtual void USBDeviceController::free()

Kernel Panic Logs

No response