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

Unified Diff: content/common/bluetooth/bluetooth_messages.h

Issue 1403723004: bluetooth: Implement BluetoothCharacteristicProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-query-cache
Patch Set: Address scheib's comments Created 5 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: content/common/bluetooth/bluetooth_messages.h
diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
index 30e4942bb2cff41a0088c19f1bcf425ac08f2b84..877b3ce7bd8e9ec4892c91f0d520234a11f4fb69 100644
--- a/content/common/bluetooth/bluetooth_messages.h
+++ b/content/common/bluetooth/bluetooth_messages.h
@@ -147,10 +147,11 @@ IPC_MESSAGE_CONTROL3(BluetoothMsg_GetPrimaryServiceError,
blink::WebBluetoothError /* result */)
// Informs the renderer that characteristic request |request_id| succeeded.
-IPC_MESSAGE_CONTROL3(BluetoothMsg_GetCharacteristicSuccess,
+IPC_MESSAGE_CONTROL4(BluetoothMsg_GetCharacteristicSuccess,
int /* thread_id */,
int /* request_id */,
- std::string /* characteristic_instance_id */)
+ std::string /* characteristic_instance_id */,
+ uint32 /* characteristic_properties */)
// Informs the renderer that the characteristic request |request_id| failed.
IPC_MESSAGE_CONTROL3(BluetoothMsg_GetCharacteristicError,
« no previous file with comments | « content/browser/bluetooth/bluetooth_dispatcher_host.cc ('k') | content/renderer/bluetooth/bluetooth_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698