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

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

Issue 2394683007: Reland "components/arc: implement multi advertising" (Closed)
Patch Set: Created 4 years, 2 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 9031866c9920ad1c853f4c28fb629657cdcf450e..fc86d17a20eef30e1875f07dbf199200f8a2224b 100644
--- a/components/arc/common/bluetooth.typemap
+++ b/components/arc/common/bluetooth.typemap
@@ -1,5 +1,6 @@
mojom = "//components/arc/common/bluetooth.mojom"
public_headers = [
+ "//device/bluetooth/bluetooth_advertisement.h",
"//device/bluetooth/bluetooth_common.h",
"//device/bluetooth/bluetooth_uuid.h",
"//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h",
@@ -12,4 +13,5 @@ type_mappings = [
"arc.mojom.BluetoothDeviceType=device::BluetoothTransport",
"arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlueZ::Type",
"arc.mojom.BluetoothUUID=device::BluetoothUUID",
+ "arc.mojom.BluetoothAdvertisement=std::unique_ptr<device::BluetoothAdvertisement::Data>[move_only]",
]

Powered by Google App Engine
This is Rietveld 408576698