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

Unified Diff: content/renderer/bluetooth/bluetooth_dispatcher.h

Issue 1527853002: bluetooth: Add disconnect function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-device-identifier
Patch Set: Address jyasskin's comments Created 4 years, 11 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/renderer/bluetooth/bluetooth_dispatcher.h
diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.h b/content/renderer/bluetooth/bluetooth_dispatcher.h
index 1d978e12ed4bbe72be5de361605c66eadeffbd4f..73d69d1510b6267b7ab35b2aeb62139c125fb636 100644
--- a/content/renderer/bluetooth/bluetooth_dispatcher.h
+++ b/content/renderer/bluetooth/bluetooth_dispatcher.h
@@ -67,6 +67,7 @@ class BluetoothDispatcher : public WorkerThread::Observer {
void connectGATT(int frame_routing_id,
const blink::WebString& device_id,
blink::WebBluetoothConnectGATTCallbacks* callbacks);
+ void disconnect(int frame_routing_id, const blink::WebString& device_id);
void getPrimaryService(
int frame_routing_id,
const blink::WebString& device_id,

Powered by Google App Engine
This is Rietveld 408576698