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

Unified Diff: device/bluetooth/public/interfaces/adapter.mojom

Issue 2567983007: bluetooth: Add adapter page to internals page. (Closed)
Patch Set: Merge upstream Created 3 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
« no previous file with comments | « device/bluetooth/discovery_session.h ('k') | ui/webui/resources/images/cancel_red.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/public/interfaces/adapter.mojom
diff --git a/device/bluetooth/public/interfaces/adapter.mojom b/device/bluetooth/public/interfaces/adapter.mojom
index 59bd35520073944a1d90e8f536b20874b39a74fd..82dae83e92e8f0a40dafa743148a5bc3901edad8 100644
--- a/device/bluetooth/public/interfaces/adapter.mojom
+++ b/device/bluetooth/public/interfaces/adapter.mojom
@@ -82,6 +82,15 @@ interface Adapter {
};
interface AdapterClient {
+ // Called when the presence of the adapter changes.
+ PresentChanged(bool present);
+
+ // Called when the radio power state of the adapter changes.
+ PoweredChanged(bool powered);
+
+ // Called when the discoverability state of the adapter changes.
+ DiscoverableChanged(bool discoverable);
+
// Called when the discovering state of the adapter changes.
DiscoveringChanged(bool discovering);
« no previous file with comments | « device/bluetooth/discovery_session.h ('k') | ui/webui/resources/images/cancel_red.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698