WebBluetoothCG / web-bluetooth

Bluetooth support for the Web.
http://www.w3.org/community/web-bluetooth/
Other
1.37k stars 185 forks source link

Not working with MacOS Sonoma + Intel #615

Closed darrikonn closed 9 months ago

darrikonn commented 9 months ago

Web Bluetooth is not working for Macs with Sonoma and Intel processor.

const device = navigator.bluetooth.requestDevice({filters: [...]})
const gattService = await device.gatt.connect()  // <-- this fails

When connecting the end users receive:

Uncaught (in promise) DOMException: GATT Server is disconnected.
Cannot retrieve services. (Re)connect first with `device.gatt.connect`.

This worked before upgrading to Sonoma on the Intel laptop. Using the M* chips with Sonoma works fine.

dlech commented 9 months ago

This repository is for the specification, not the implementation. Please see https://www.chromium.org/developers/how-tos/file-web-bluetooth-bugs/ for info on how to report bugs with the implementation. Since this was due to an OS upgrade, it would probably be a good idea to file a regression report with Apple as well.