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

Unified Diff: device/bluetooth/README.md

Issue 2295673002: bluetooth: Fix nits in /device/bluetooth/README.md (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 e5a3bcb105db482e8b95f90cf718be185c99e410..597de23d6b8824c6ef243d091c1cf2dfdb9d019d 100644
--- a/device/bluetooth/README.md
+++ b/device/bluetooth/README.md
@@ -15,7 +15,7 @@ have interfaces for both, e.g. `BluetoothAdapter` & `BluetoothDevice`.
| Android | no | yes |
| ChromeOS | yes | yes |
| Linux | yes | yes |
-| Mac OSX | yes | yes |
+| Mac | yes | yes |
| Windows | some | nearly |
ChromeOS and Linux are supported via BlueZ, see `*_bluez` files.
@@ -29,14 +29,14 @@ armansito@chromium.org, and rpaquay@chromium.org. They no longer contribute to
chromium fulltime. They were responsible for support for ChromeOS Bluetooth
features and the Chrome Apps APIs:
-* [bluetooth](https://developer.chrome.com/apps/bluetooth)
-* [bluetoothLowEnergy](https://developer.chrome.com/apps/bluetoothLowEnergy)
-* [bluetoothSocket](https://developer.chrome.com/apps/bluetoothSocket)
+* [chrome.bluetooth](https://developer.chrome.com/apps/bluetooth)
+* [chrome.bluetoothLowEnergy](https://developer.chrome.com/apps/bluetoothLowEnergy)
+* [chrome.bluetoothSocket](https://developer.chrome.com/apps/bluetoothSocket)
Active development in 2015 & 2016 is focused on enabling GATT features for:
* [Web Bluetooth](https://crbug.com/419413)
-* Perhipheral mode for ChromeOS.
+* Peripheral mode for ChromeOS.
Known future work is tracked in the
[Refactoring meta issue](https://crbug.com/580406).
« 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