| Index: device/bluetooth/public/interfaces/adapter.mojom
|
| diff --git a/device/bluetooth/public/interfaces/adapter.mojom b/device/bluetooth/public/interfaces/adapter.mojom
|
| index 82dae83e92e8f0a40dafa743148a5bc3901edad8..6acb0a0f769557ca5c6f097de7e8b98db6b32c4b 100644
|
| --- a/device/bluetooth/public/interfaces/adapter.mojom
|
| +++ b/device/bluetooth/public/interfaces/adapter.mojom
|
| @@ -10,23 +10,15 @@ import "device/bluetooth/public/interfaces/device.mojom";
|
| // connection request.
|
| enum ConnectResult {
|
| SUCCESS,
|
| - ATTRIBUTE_LENGTH_INVALID,
|
| AUTH_CANCELED,
|
| AUTH_FAILED,
|
| AUTH_REJECTED,
|
| AUTH_TIMEOUT,
|
| - CONNECTION_CONGESTED,
|
| FAILED,
|
| INPROGRESS,
|
| - INSUFFICIENT_ENCRYPTION,
|
| - OFFSET_INVALID,
|
| - READ_NOT_PERMITTED,
|
| - REQUEST_NOT_SUPPORTED,
|
| UNKNOWN,
|
| UNSUPPORTED_DEVICE,
|
| - WRITE_NOT_PERMITTED,
|
| DEVICE_NO_LONGER_IN_RANGE,
|
| - UNTRANSLATED_CONNECT_ERROR_CODE
|
| };
|
|
|
| struct AdapterInfo {
|
|
|