| 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..fe2b1444877d05a60c200fd68c6f154a162b1a03 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=WebBluetoothRemoteServerConnect] Promise<BluetoothRemoteGATTServer> connect();
|
| + [CallWith=ScriptState, MeasureAs=WebBluetoothRemoteServerDisconnect] void disconnect();
|
| + [CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRemoteServerGetPrimaryService] Promise<BluetoothRemoteGATTService> getPrimaryService (BluetoothServiceUUID service);
|
| + [CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRemoteServerGetPrimaryServices] Promise<sequence<BluetoothRemoteGATTService>> getPrimaryServices (optional BluetoothServiceUUID service);
|
| };
|
|
|