|
| 1 | +# Generated from: web-bluetooth.yml |
| 2 | +# Do not edit this file by hand. Edit the source file instead! |
| 3 | + |
| 4 | +name: Web Bluetooth |
| 5 | +description: The Web Bluetooth API enables selecting and communicating with nearby Bluetooth devices. |
| 6 | +spec: https://webbluetoothcg.github.io/web-bluetooth/ |
| 7 | +caniuse: web-bluetooth |
| 8 | +# BCD considers Web Bluetooth partially supported in Chrome due to the lack of |
| 9 | +# support on Linux (per guidelines), but caniuse makes this a regular note: |
| 10 | +# https://github.com/mdn/browser-compat-data/blob/77452e99e130d783418b3fe1bd1862a558d911bb/api/Bluetooth.json#L13-L15 |
| 11 | +# https://github.com/mdn/browser-compat-data/blob/77452e99e130d783418b3fe1bd1862a558d911bb/docs/data-guidelines/index.md#operating-system-limitations-imply-partial_implementation |
| 12 | +# https://caniuse.com/web-bluetooth |
| 13 | +# |
| 14 | +# Nevertheless, it seems fair to call the features supported since Chrome 70, |
| 15 | +# since macOS and Windows account for the vast majority of users. This ends up |
| 16 | +# in-between the BCD and caniuse statuses, aligning with neither. |
| 17 | +# |
| 18 | +# TODO: convert this to partial implementation with notes. |
| 19 | +status: |
| 20 | + baseline: false |
| 21 | + support: |
| 22 | + chrome: "70" # macOS and Windows, not Linux |
| 23 | + chrome_android: "56" |
| 24 | + edge: "79" # macOS and Windows, not Linux |
| 25 | +compat_features: |
| 26 | + - api.Bluetooth |
| 27 | + - api.Bluetooth.getAvailability |
| 28 | + - api.Bluetooth.getDevices |
| 29 | + - api.Bluetooth.requestDevice |
| 30 | + - api.BluetoothCharacteristicProperties |
| 31 | + - api.BluetoothCharacteristicProperties.authenticatedSignedWrites |
| 32 | + - api.BluetoothCharacteristicProperties.broadcast |
| 33 | + - api.BluetoothCharacteristicProperties.indicate |
| 34 | + - api.BluetoothCharacteristicProperties.notify |
| 35 | + - api.BluetoothCharacteristicProperties.read |
| 36 | + - api.BluetoothCharacteristicProperties.reliableWrite |
| 37 | + - api.BluetoothCharacteristicProperties.writableAuxiliaries |
| 38 | + - api.BluetoothCharacteristicProperties.write |
| 39 | + - api.BluetoothCharacteristicProperties.writeWithoutResponse |
| 40 | + - api.BluetoothDevice |
| 41 | + - api.BluetoothDevice.gatt |
| 42 | + - api.BluetoothDevice.gattserverdisconnected_event |
| 43 | + - api.BluetoothDevice.id |
| 44 | + - api.BluetoothDevice.name |
| 45 | + - api.BluetoothRemoteGATTCharacteristic |
| 46 | + - api.BluetoothRemoteGATTCharacteristic.characteristicvaluechanged_event |
| 47 | + - api.BluetoothRemoteGATTCharacteristic.getDescriptor |
| 48 | + - api.BluetoothRemoteGATTCharacteristic.getDescriptors |
| 49 | + - api.BluetoothRemoteGATTCharacteristic.properties |
| 50 | + - api.BluetoothRemoteGATTCharacteristic.readValue |
| 51 | + - api.BluetoothRemoteGATTCharacteristic.service |
| 52 | + - api.BluetoothRemoteGATTCharacteristic.startNotifications |
| 53 | + - api.BluetoothRemoteGATTCharacteristic.stopNotifications |
| 54 | + - api.BluetoothRemoteGATTCharacteristic.uuid |
| 55 | + - api.BluetoothRemoteGATTCharacteristic.value |
| 56 | + - api.BluetoothRemoteGATTCharacteristic.writeValue |
| 57 | + - api.BluetoothRemoteGATTCharacteristic.writeValueWithResponse |
| 58 | + - api.BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse |
| 59 | + - api.BluetoothRemoteGATTDescriptor |
| 60 | + - api.BluetoothRemoteGATTDescriptor.characteristic |
| 61 | + - api.BluetoothRemoteGATTDescriptor.readValue |
| 62 | + - api.BluetoothRemoteGATTDescriptor.uuid |
| 63 | + - api.BluetoothRemoteGATTDescriptor.value |
| 64 | + - api.BluetoothRemoteGATTDescriptor.writeValue |
| 65 | + - api.BluetoothRemoteGATTServer |
| 66 | + - api.BluetoothRemoteGATTServer.connect |
| 67 | + - api.BluetoothRemoteGATTServer.connected |
| 68 | + - api.BluetoothRemoteGATTServer.device |
| 69 | + - api.BluetoothRemoteGATTServer.disconnect |
| 70 | + - api.BluetoothRemoteGATTServer.getPrimaryService |
| 71 | + - api.BluetoothRemoteGATTServer.getPrimaryServices |
| 72 | + - api.BluetoothRemoteGATTService |
| 73 | + - api.BluetoothRemoteGATTService.device |
| 74 | + - api.BluetoothRemoteGATTService.getCharacteristic |
| 75 | + - api.BluetoothRemoteGATTService.getCharacteristics |
| 76 | + - api.BluetoothRemoteGATTService.isPrimary |
| 77 | + - api.BluetoothRemoteGATTService.uuid |
| 78 | + - api.BluetoothUUID |
| 79 | + - api.BluetoothUUID.canonicalUUID_static |
| 80 | + - api.BluetoothUUID.getCharacteristic_static |
| 81 | + - api.BluetoothUUID.getDescriptor_static |
| 82 | + - api.BluetoothUUID.getService_static |
| 83 | + - api.Navigator.bluetooth |
0 commit comments