| Index: components/arc/common/bluetooth.mojom
|
| diff --git a/components/arc/common/bluetooth.mojom b/components/arc/common/bluetooth.mojom
|
| index 67bc7ff87234b306809d13909d18f71f7916b729..38de174125a525f8a7fd2bfcbad2fd55d7834449 100644
|
| --- a/components/arc/common/bluetooth.mojom
|
| +++ b/components/arc/common/bluetooth.mojom
|
| @@ -287,6 +287,8 @@ interface BluetoothHost {
|
| [MinVersion=1] ReadRemoteRssi@28(BluetoothAddress remote_addr)
|
| => (int32 rssi);
|
|
|
| + [MinVersion=2] OpenBluetoothSocket@29()
|
| + => (handle sock);
|
| };
|
|
|
| interface BluetoothInstance {
|
|
|