Removing uuids field from BluetoothDevice with the related test cases.

This commit is contained in:
zakorgyula 2016-10-07 10:58:52 +02:00
parent b72dcf326b
commit 2b4829b89a
4 changed files with 5 additions and 30 deletions

View file

@ -8,9 +8,13 @@
interface BluetoothDevice {
readonly attribute DOMString id;
readonly attribute DOMString? name;
// TODO: remove this after BluetoothAdvertisingEvent implemented.
readonly attribute BluetoothAdvertisingData adData;
readonly attribute BluetoothRemoteGATTServer gatt;
// readonly attribute FrozenArray[] uuids;
// Promise<void> watchAdvertisements();
// void unwatchAdvertisements();
// readonly attribute boolean watchingAdvertisements;
};
// BluetoothDevice implements EventTarget;