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

Unified Diff: device/bluetooth/bluetooth_adapter.h

Issue 2421713002: arc: bluetooth: Expose missing advertise data. (Closed)
Patch Set: Fix comment Created 4 years, 1 month 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: device/bluetooth/bluetooth_adapter.h
diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
index ea2b48c8efeb12053356766e9bcfe88f0d3a201f..408fbf2791983b8687fc76bf5e2d79302f7f6f5d 100644
--- a/device/bluetooth/bluetooth_adapter.h
+++ b/device/bluetooth/bluetooth_adapter.h
@@ -90,6 +90,13 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
// * GetInquiryRSSI()
// * GetInquiryTxPower()
// * GetUUIDs()
+ // * GetServiceData()
+ // * GetServiceDataUUIDs()
+ // * GetServiceDataForUUID()
+ // * GetManufacturerData()
+ // * GetManufacturerDataIDs()
+ // * GetManufacturerDataForID()
+ // * GetAdvertisingDataFlags()
// * IsConnectable()
// * IsConnected()
// * IsConnecting()

Powered by Google App Engine
This is Rietveld 408576698