Skip to content

Commit 7308ef4

Browse files
Update bluetooth.rst
1 parent 67c1db9 commit 7308ef4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/bluetooth.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Included Bluetooth Libraries
1818
You may use the ``KeyboardBT``, ``MouseBT``, or ``JoystickBT`` to emulate a
1919
Bluetooth Classic HID device using the same API as their USB versions.
2020

21+
You may use the ``KeyboardBLE``, ``MouseBLE``, or ``JoystickBLE`` to emulate a
22+
Bluetooth Low Energy (BLE) HID device using the same API as their USB versions.
23+
2124
The ``SerialBT`` library implements a very simple SPP (Serial Port Profile)
2225
Serial-compatible port.
2326

@@ -32,6 +35,10 @@ handler will do it for you.
3235
There is no need to call ``cyw43_arch_init`` in your code, either, as that
3336
is part of the PicoW variant booting process.
3437

38+
For many BTStack examples, you simply need call the included
39+
``btstack_main()`` and make sure that ``hci_power_control(HCI_POWER_ON);`` is
40+
called afterwards to start processing (in the background).
41+
3542
You will also need to acquire the BT ``async_context`` system lock before
3643
calling any BTStack APIs. See the ``libraries/PicoBluetoothHID`` helper
3744
class for an example of how to do this.

0 commit comments

Comments
 (0)