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

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

Issue 2085083002: arc: bluetooth: Implement Gatt notify (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add bug for CCC descriptor Created 4 years, 6 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.mojom
diff --git a/components/arc/common/bluetooth.mojom b/components/arc/common/bluetooth.mojom
index 2017ee0434af0761cad5f0d4ec90d34b68c8a2db..67bc7ff87234b306809d13909d18f71f7916b729 100644
--- a/components/arc/common/bluetooth.mojom
+++ b/components/arc/common/bluetooth.mojom
@@ -321,4 +321,9 @@ interface BluetoothInstance {
uint16 end_handle);
[MinVersion=1] OnServicesAdded@12(BluetoothAddress remote_addr,
array<BluetoothGattDBElement> db);
+ [MinVersion=2] OnGattNotify@13(BluetoothAddress remote_addr,
+ BluetoothGattServiceID service_id,
+ BluetoothGattID char_id,
+ bool is_notify,
+ array<uint8> value);
};

Powered by Google App Engine
This is Rietveld 408576698