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

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

Issue 1527853002: bluetooth: Add disconnect function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-device-identifier
Patch Set: More clean up 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/common/bluetooth/bluetooth_messages.h
diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
index df7695d67f49da8245634ee05a368d32f2500c73..b93af6cb5246d3c31f7e6649d30d3beea1472944 100644
--- a/content/common/bluetooth/bluetooth_messages.h
+++ b/content/common/bluetooth/bluetooth_messages.h
@@ -232,6 +232,12 @@ IPC_MESSAGE_CONTROL4(BluetoothHostMsg_ConnectGATT,
int /* frame_routing_id */,
std::string /* device_id */)
+// Disconnect from a device.
+IPC_MESSAGE_CONTROL3(BluetoothHostMsg_Disconnect,
+ int /* thread_id */,
+ int /* frame_routing_id */,
+ std::string /* device_id */)
+
// Gets primary service from bluetooth device.
IPC_MESSAGE_CONTROL5(BluetoothHostMsg_GetPrimaryService,
int /* thread_id */,

Powered by Google App Engine
This is Rietveld 408576698