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

Unified Diff: device/bluetooth/README.md

Issue 1644453003: bluetooth: README.md fixes for gitiles rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-doc-
Patch Set: Let's try tables without indent 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/README.md
diff --git a/device/bluetooth/README.md b/device/bluetooth/README.md
index cda6f1ddd0aa54fe31dad29e18c2834bd3e023c3..9000164997dd73dc705ffeb007fbf4bbb72dfd54 100644
--- a/device/bluetooth/README.md
+++ b/device/bluetooth/README.md
@@ -10,18 +10,17 @@ Classic and Low Energy based profiles differ substantially. Platform
implementations may support only one or the other, even though several classes
have interfaces for both, e.g. `BluetoothAdapter` & `BluetoothDevice`.
- | | Classic | Low Energy |
- |----------|:-------:|:-----------:|
- | Android | no | in progress |
- | ChromeOS | yes | yes |
- | Linux | yes | yes |
- | Mac OSX | yes | in progress |
- | Windows | some | in progress |
+| | Classic | Low Energy |
+|----------|:-------:|:-----------:|
+| Android | no | in progress |
+| ChromeOS | yes | yes |
+| Linux | yes | yes |
+| Mac OSX | yes | in progress |
+| Windows | some | in progress |
ChromeOS and Linux are supported via BlueZ, see `*_bluez` files.
---------------------------------------------------------------------------------
Maintainer History
--------------------------------------------------------------------------------
@@ -41,7 +40,7 @@ Active development in 2015 & 2016 is focused on enabling GATT features for:
Known future work is tracked in the
[Refactoring meta issue](https://crbug.com/580406).
---------------------------------------------------------------------------------
+
Testing
--------------------------------------------------------------------------------
@@ -93,7 +92,6 @@ https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/serve
https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/client/cros/bluetooth/
---------------------------------------------------------------------------------
Android
--------------------------------------------------------------------------------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698