| Index: components/arc/common/bluetooth.mojom
|
| diff --git a/components/arc/common/bluetooth.mojom b/components/arc/common/bluetooth.mojom
|
| index 06ed1289e10b97d3835749f70b5193d4189fe93a..4337ecf076ae70abe61bcfc8dd2891fdb85dd614 100644
|
| --- a/components/arc/common/bluetooth.mojom
|
| +++ b/components/arc/common/bluetooth.mojom
|
| @@ -317,6 +317,9 @@ interface BluetoothHost {
|
| bool confirm,
|
| array<uint8> value)
|
| => (BluetoothGattStatus status);
|
| +
|
| + [MinVersion=2] OpenBluetoothSocket@29()
|
| + => (handle sock);
|
| };
|
|
|
| // Next Method ID: 17
|
|
|