summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorscheib <scheib@chromium.org>2016-01-27 19:19:38 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-28 03:20:23 +0000
commitd6528e9a2e5cd87f459619500bb9d09c96d1ab0e (patch)
tree5ad8c696af47e626265a1348aa04da86acda289a /device
parenteabd1eb5f20a95331917ddc13fdaece8ccfe477c (diff)
downloadchromium_src-d6528e9a2e5cd87f459619500bb9d09c96d1ab0e.zip
chromium_src-d6528e9a2e5cd87f459619500bb9d09c96d1ab0e.tar.gz
chromium_src-d6528e9a2e5cd87f459619500bb9d09c96d1ab0e.tar.bz2
bluetooth: README.md fixes for gitiles rendering.
Turns out gitiles doesn't support markdown tables. Changed to just be pre-formated code block. Horizontal rules aren't supported either, but aren't needed as there is ample spacing. R=ortuno@chromium.org Review URL: https://codereview.chromium.org/1644453003 Cr-Commit-Position: refs/heads/master@{#371985}
Diffstat (limited to 'device')
-rw-r--r--device/bluetooth/README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/device/bluetooth/README.md b/device/bluetooth/README.md
index cda6f1d..9000164 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
--------------------------------------------------------------------------------