GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.79k stars 2.38k forks source link

Remove Bluetooth assigned numbers names #736

Closed beaufortfrancois closed 3 years ago

beaufortfrancois commented 3 years ago

Following Web Bluetooth Spec changes at https://github.com/WebBluetoothCG/web-bluetooth/pull/556, this CL updates web bluetooth samples to remove Bluetooth assigned numbers names and uses that opportunity to update the list of standardized Bluetooth GATT characteristics and services used in those samples.

Live preview: https://beaufortfrancois.github.io/samples/web-bluetooth/characteristic-properties-async-await.html image

FYI @reillyeon