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

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

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Remove binding variable in Device.Create 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 8502623ec3e55fd77c14d37b8462a0f11b3a8b34..6181899737095845cece92ab4cde39afb199ba7a 100644
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.html
@@ -35,6 +35,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