undusted BT docs

This commit is contained in:
Peli de Halleux
2017-03-27 15:43:37 -07:00
parent f3025c65c9
commit 24ecb14321
9 changed files with 59 additions and 31 deletions

View File

@ -3,10 +3,9 @@
Register code to run when the @boardname@ receives a command from the paired gamepad.
### ~hint
![](/static/bluetooth/Bluetooth_SIG.png)
The functions in the ``devices`` namespace allow the @boardname@ to communicate with a separate (remote) device,
such as a smartphone, over Bluetooth (Smart).
The set of supported events will depend on the remote device and the @boardname@ apps available for the remote device.
For another device like a smartphone to use any of the Bluetooth "services" which the @boardname@ has, it must first be [paired with the @boardname@](/reference/bluetooth/bluetooth-pairing). Once paired, the other device may connect to the @boardname@ and exchange data relating to many of the @boardname@'s features.
### ~