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

Unified Diff: content/renderer/bluetooth/bluetooth_dispatcher.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
« no previous file with comments | « content/common/bluetooth/bluetooth_messages.h ('k') | content/renderer/bluetooth/bluetooth_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/bluetooth/bluetooth_dispatcher.h
diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.h b/content/renderer/bluetooth/bluetooth_dispatcher.h
index 04f3bbfc878816ff02155e4f1a47e946255c1924..d0ef39e1a160186b28bfe1f1b2552a23933934b4 100644
--- a/content/renderer/bluetooth/bluetooth_dispatcher.h
+++ b/content/renderer/bluetooth/bluetooth_dispatcher.h
@@ -175,10 +175,10 @@ class BluetoothDispatcher : public WorkerThread::Observer {
void OnGetPrimaryServiceError(int thread_id,
int request_id,
blink::WebBluetoothError error);
- void OnGetCharacteristicSuccess(
- int thread_id,
- int request_id,
- const std::string& characteristic_instance_id);
+ void OnGetCharacteristicSuccess(int thread_id,
+ int request_id,
+ const std::string& characteristic_instance_id,
+ uint32 characteristic_properties);
void OnGetCharacteristicError(int thread_id,
int request_id,
blink::WebBluetoothError error);
« no previous file with comments | « content/common/bluetooth/bluetooth_messages.h ('k') | content/renderer/bluetooth/bluetooth_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698