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 <alberto.escolar.piedras@nordicsemi.no>
diff --git a/doc/connectivity/bluetooth/bluetooth-tools.rst b/doc/connectivity/bluetooth/bluetooth-tools.rst
index 9da5c5f..3554639 100644
--- a/doc/connectivity/bluetooth/bluetooth-tools.rst
+++ b/doc/connectivity/bluetooth/bluetooth-tools.rst
@@ -94,8 +94,8 @@
   with the help of the QEMU option :literal:`-serial unix:/tmp/bt-server-bredr`.
   This option gets passed to QEMU through :makevar:`QEMU_EXTRA_FLAGS`
   automatically whenever an application has enabled Bluetooth support.
-* To a serial port in :ref:`native_sim <native_sim>` through the use of a command-line option
-  passed to the native_sim executable: ``--bt-dev=hci0``
+* To :ref:`native_sim's BT User Channel driver <nsim_bt_host_cont>` through the use of a
+  command-line option passed to the native_sim executable: ``--bt-dev=hci0``
 
 On the host side, BlueZ allows you to export its Bluetooth controller
 through a so-called user channel for QEMU and :ref:`native_sim <native_sim>` to use.