| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.idl
|
| index 14999610882370ec8f866d2dbf483c262f2b3ad4..0c70ae42abd526f91717e2102a1715a078107b8e 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.idl
|
| @@ -12,8 +12,8 @@
|
| {
|
| [SameObject] readonly attribute BluetoothDevice device;
|
| readonly attribute boolean connected;
|
| - [CallWith=ScriptState] Promise<BluetoothRemoteGATTServer> connect();
|
| - [CallWith=ScriptState] void disconnect();
|
| - [CallWith=ScriptState, RaisesException] Promise<BluetoothRemoteGATTService> getPrimaryService (BluetoothServiceUUID service);
|
| - [CallWith=ScriptState, RaisesException] Promise<sequence<BluetoothRemoteGATTService>> getPrimaryServices (optional BluetoothServiceUUID service);
|
| + [CallWith=ScriptState, MeasureAs=WebBluetoothServerConnect] Promise<BluetoothRemoteGATTServer> connect();
|
| + [CallWith=ScriptState, MeasureAs=WebBluetoothServerDisconnect] void disconnect();
|
| + [CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothServerGetPrimaryService] Promise<BluetoothRemoteGATTService> getPrimaryService (BluetoothServiceUUID service);
|
| + [CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothServerGetPrimaryServices] Promise<sequence<BluetoothRemoteGATTService>> getPrimaryServices (optional BluetoothServiceUUID service);
|
| };
|
|
|