Skip to content

Commit a3ad40b

Browse files
aescolarhenrikbrixandersen
authored andcommitted
docs: BT tools: Fix description around native BT user chan use
With native_sim one uses the BT user channel driver (which connects directly to the user channel linux socket), not a serial port. Let's fix the description, and provide a nicer link. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent cf315e7 commit a3ad40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/connectivity/bluetooth/bluetooth-tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ The host OS's Bluetooth controller is connected in the following manner:
9494
with the help of the QEMU option :literal:`-serial unix:/tmp/bt-server-bredr`.
9595
This option gets passed to QEMU through :makevar:`QEMU_EXTRA_FLAGS`
9696
automatically whenever an application has enabled Bluetooth support.
97-
* To a serial port in :ref:`native_sim <native_sim>` through the use of a command-line option
98-
passed to the native_sim executable: ``--bt-dev=hci0``
97+
* To :ref:`native_sim's BT User Channel driver <nsim_bt_host_cont>` through the use of a
98+
command-line option passed to the native_sim executable: ``--bt-dev=hci0``
9999

100100
On the host side, BlueZ allows you to export its Bluetooth controller
101101
through a so-called user channel for QEMU and :ref:`native_sim <native_sim>` to use.

0 commit comments

Comments
 (0)