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

Unified Diff: components/arc/common/bluetooth.typemap

Issue 2256003002: components/arc: implement multi advertising (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plumb-incoming-connections
Patch Set: Created 4 years, 4 months 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 side-by-side diff with in-line comments
Download patch
Index: components/arc/common/bluetooth.typemap
diff --git a/components/arc/common/bluetooth.typemap b/components/arc/common/bluetooth.typemap
index 7e66339f5c16e11bc81f390123b1398cf8be8bec..68edbe9eb39370e1bef0d733cb6df6077a99a8e3 100644
--- a/components/arc/common/bluetooth.typemap
+++ b/components/arc/common/bluetooth.typemap
@@ -1,7 +1,13 @@
mojom = "//components/arc/common/bluetooth.mojom"
-public_headers = [ "//device/bluetooth/bluetooth_common.h" ]
+public_headers = [
+ "//device/bluetooth/bluetooth_advertisement.h",
+ "//device/bluetooth/bluetooth_common.h",
+]
traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ]
deps = [
"//device/bluetooth",
]
-type_mappings = [ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport" ]
+type_mappings = [
+ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport",
+ "arc.mojom.BluetoothAdvertisementType=device::BluetoothAdvertisement::AdvertisementType",
+]
« components/arc/common/bluetooth.mojom ('K') | « components/arc/common/bluetooth.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698