[web-bluetooth] Pull Request: Mark GATT descriptors as stable

odejesush has just submitted a new pull request for https://github.com/WebBluetoothCG/web-bluetooth:

== Mark GATT descriptors as stable ==
The algorithms related to GATT descriptos have been implemented in
Chromium, therefore they are stable now. The following have been marked
as stable:
* BluetoothRemoteGATTCharacteristic getDescriptor algorithm
* BluetoothRemoteGATTCharacteristic getDescriptors algorithm
* BluetoothRemoteGATTDescriptor interface
* BluetoothRemoteGATTDescriptor create algorithm
* BluetoothRemoteGATTDescriptor readValue algorithm
* BluetoothRemoteGATTDescriptor writeValue algorithm

See
https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/modules/bluetooth/
for Chromium implementation.

See https://github.com/WebBluetoothCG/web-bluetooth/pull/475

Received on Thursday, 13 February 2020 19:31:18 UTC