| Index: components/arc/common/bluetooth.mojom
|
| diff --git a/components/arc/common/bluetooth.mojom b/components/arc/common/bluetooth.mojom
|
| index d76b7f3c5cdeb49db9b10493d70c2551804334ed..afd831cec415e973f55831274ea60b8d96fb97f9 100644
|
| --- a/components/arc/common/bluetooth.mojom
|
| +++ b/components/arc/common/bluetooth.mojom
|
| @@ -170,6 +170,7 @@ struct BluetoothGattValue {
|
| [Extensible]
|
| enum BluetoothAdvertisingDataType {
|
| DATA_TYPE_FLAGS = 0x01,
|
| + DATA_TYPE_SERVICE_UUIDS_16_BIT_COMPLETE = 0x03,
|
| DATA_TYPE_SERVICE_UUIDS_128_BIT_COMPLETE = 0x07,
|
| DATA_TYPE_LOCAL_NAME_COMPLETE = 0x09,
|
| DATA_TYPE_TX_POWER_LEVEL = 0x0A,
|
| @@ -182,6 +183,7 @@ enum BluetoothAdvertisingDataType {
|
| // https://www.bluetooth.com/specifications/adopted-specifications
|
| union BluetoothAdvertisingData {
|
| uint8 flags;
|
| + array<uint16> service_uuids_16;
|
| array<BluetoothUUID> service_uuids;
|
| string local_name;
|
| uint8 tx_power_level;
|
|
|