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", |
+] |