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

Unified Diff: chrome/browser/resources/bluetooth_internals/bluetooth_internals.html

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Add pub/sub system for device events, various issue fixes Created 4 years, 1 month 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: chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
diff --git a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
index 2a6760c56dab78ba8eb773549abf7e923a124848..1da21ae1ab2226843074df4a513a32630086a3b6 100644
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
@@ -37,6 +37,8 @@
<th data-field="name_for_display">Name</th>
<th data-field="address">Address</th>
<th data-field="rssi.value">Latest RSSI</th>
+ <th data-field="services.length">Services</th>
+ <th data-field="is_gatt_connected">GATT Connection State</th>
</tr>
</thead>
<tbody class="table-body">

Powered by Google App Engine
This is Rietveld 408576698