Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Side by Side Diff: components/arc/common/bluetooth.mojom

Issue 2555853003: Break up common_custom_types.mojom. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Next MinVersion: 7 5 // Next MinVersion: 7
6 6
7 module arc.mojom; 7 module arc.mojom;
8 8
9 import "mojo/common/common_custom_types.mojom"; 9 import "mojo/common/values.mojom";
10 10
11 [Extensible] 11 [Extensible]
12 enum BluetoothAdapterState { 12 enum BluetoothAdapterState {
13 OFF = 0, 13 OFF = 0,
14 ON 14 ON
15 }; 15 };
16 16
17 [Extensible] 17 [Extensible]
18 enum BluetoothDiscoveryState { 18 enum BluetoothDiscoveryState {
19 STOPPED, 19 STOPPED,
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 int32 offset, 448 int32 offset,
449 array<uint8> value) 449 array<uint8> value)
450 => (BluetoothGattStatus status); 450 => (BluetoothGattStatus status);
451 451
452 // Bluetooth SDP function 452 // Bluetooth SDP function
453 [MinVersion=5] OnGetSdpRecords@17(BluetoothStatus status, 453 [MinVersion=5] OnGetSdpRecords@17(BluetoothStatus status,
454 BluetoothAddress remove_addr, 454 BluetoothAddress remove_addr,
455 BluetoothUUID target_uuid, 455 BluetoothUUID target_uuid,
456 array<BluetoothSdpRecord> records); 456 array<BluetoothSdpRecord> records);
457 }; 457 };
OLDNEW
« no previous file with comments | « chrome/common/importer/profile_import.mojom ('k') | components/autofill/content/common/autofill_agent.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698