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

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

Issue 2149713002: arc: bluetooth: Add SDP host side support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on ToT. Created 4 years, 3 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..8ce4cc272d4c149f237f9becf056b2f33e747756 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_common.h",
+ "//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.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.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlueZ::Type",
+]

Powered by Google App Engine
This is Rietveld 408576698