@@ -19,3 +19,65 @@ status:
1919 chrome : " 70" # macOS and Windows, not Linux
2020 chrome_android : " 56"
2121 edge : " 79" # macOS and Windows, not Linux
22+ compat_features :
23+ - api.Bluetooth
24+ - api.Bluetooth.getAvailability
25+ - api.Bluetooth.getDevices
26+ - api.Bluetooth.requestDevice
27+ - api.Bluetooth.requestDevice.options_exclusionFilters_parameter
28+ - api.Bluetooth.requestDevice.options_filter_manufacturerData_parameter
29+ - api.BluetoothCharacteristicProperties
30+ - api.BluetoothCharacteristicProperties.authenticatedSignedWrites
31+ - api.BluetoothCharacteristicProperties.broadcast
32+ - api.BluetoothCharacteristicProperties.indicate
33+ - api.BluetoothCharacteristicProperties.notify
34+ - api.BluetoothCharacteristicProperties.read
35+ - api.BluetoothCharacteristicProperties.reliableWrite
36+ - api.BluetoothCharacteristicProperties.writableAuxiliaries
37+ - api.BluetoothCharacteristicProperties.write
38+ - api.BluetoothCharacteristicProperties.writeWithoutResponse
39+ - api.BluetoothDevice
40+ - api.BluetoothDevice.gatt
41+ - api.BluetoothDevice.gattserverdisconnected_event
42+ - api.BluetoothDevice.id
43+ - api.BluetoothDevice.name
44+ - api.BluetoothRemoteGATTCharacteristic
45+ - api.BluetoothRemoteGATTCharacteristic.characteristicvaluechanged_event
46+ - api.BluetoothRemoteGATTCharacteristic.getDescriptor
47+ - api.BluetoothRemoteGATTCharacteristic.getDescriptors
48+ - api.BluetoothRemoteGATTCharacteristic.properties
49+ - api.BluetoothRemoteGATTCharacteristic.readValue
50+ - api.BluetoothRemoteGATTCharacteristic.service
51+ - api.BluetoothRemoteGATTCharacteristic.startNotifications
52+ - api.BluetoothRemoteGATTCharacteristic.stopNotifications
53+ - api.BluetoothRemoteGATTCharacteristic.uuid
54+ - api.BluetoothRemoteGATTCharacteristic.value
55+ - api.BluetoothRemoteGATTCharacteristic.writeValueWithResponse
56+ - api.BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse
57+ - api.BluetoothRemoteGATTDescriptor
58+ - api.BluetoothRemoteGATTDescriptor.characteristic
59+ - api.BluetoothRemoteGATTDescriptor.readValue
60+ - api.BluetoothRemoteGATTDescriptor.uuid
61+ - api.BluetoothRemoteGATTDescriptor.value
62+ - api.BluetoothRemoteGATTDescriptor.writeValue
63+ - api.BluetoothRemoteGATTServer
64+ - api.BluetoothRemoteGATTServer.connect
65+ - api.BluetoothRemoteGATTServer.connected
66+ - api.BluetoothRemoteGATTServer.device
67+ - api.BluetoothRemoteGATTServer.disconnect
68+ - api.BluetoothRemoteGATTServer.getPrimaryService
69+ - api.BluetoothRemoteGATTServer.getPrimaryServices
70+ - api.BluetoothRemoteGATTService
71+ - api.BluetoothRemoteGATTService.device
72+ - api.BluetoothRemoteGATTService.getCharacteristic
73+ - api.BluetoothRemoteGATTService.getCharacteristics
74+ - api.BluetoothRemoteGATTService.isPrimary
75+ - api.BluetoothRemoteGATTService.uuid
76+ - api.BluetoothUUID
77+ - api.BluetoothUUID.canonicalUUID_static
78+ - api.BluetoothUUID.getCharacteristic_static
79+ - api.BluetoothUUID.getDescriptor_static
80+ - api.BluetoothUUID.getService_static
81+ - api.Navigator.bluetooth
82+ - html.elements.iframe.allow.bluetooth
83+ - http.headers.Permissions-Policy.bluetooth
0 commit comments