File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Included Bluetooth Libraries
18
18
You may use the ``KeyboardBT ``, ``MouseBT ``, or ``JoystickBT `` to emulate a
19
19
Bluetooth Classic HID device using the same API as their USB versions.
20
20
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
+
21
24
The ``SerialBT `` library implements a very simple SPP (Serial Port Profile)
22
25
Serial-compatible port.
23
26
@@ -32,6 +35,10 @@ handler will do it for you.
32
35
There is no need to call ``cyw43_arch_init `` in your code, either, as that
33
36
is part of the PicoW variant booting process.
34
37
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
+
35
42
You will also need to acquire the BT ``async_context `` system lock before
36
43
calling any BTStack APIs. See the ``libraries/PicoBluetoothHID `` helper
37
44
class for an example of how to do this.
You can’t perform that action at this time.
0 commit comments