Lines Matching +full:- +full:babblesim
1 .. _bluetooth-dev:
26 .. _bluetooth-hw-setup:
38 #. :ref:`Embedded <bluetooth-hw-setup-embedded>`
39 #. :ref:`External controller <bluetooth-hw-setup-external-ll>`
41 - :ref:`QEMU host <bluetooth-hw-setup-qemu-host>`
42 - :ref:`native_sim host <bluetooth-hw-setup-native-sim-host>`
44 #. :ref:`Simulated nRF5x with BabbleSim <bluetooth-hw-setup-bsim>`
46 .. _bluetooth-hw-setup-embedded:
53 All the :ref:`bluetooth-configs` and :ref:`bluetooth-build-types` are supported
54 but you might need to build Zephyr more than once if you are using a dual-chip
59 <getting_started>`, choose one (or more if you are using a dual-chip solution)
63 There is a way to access the :ref:`HCI <bluetooth-hci>` traffic between the Host
65 tracing <bluetooth-embedded-hci-tracing>` for instructions.
67 .. _bluetooth-hw-setup-external-ll:
75 This setup relies on a "dual-chip" :ref:`configuration <bluetooth-configs>`
78 #. A :ref:`Host-only <bluetooth-build-types>` application running in the
84 * A :ref:`Controller-only <bluetooth-build-types>` build of Zephyr
101 .. _bluetooth-hw-setup-qemu-host:
104 ----
112 .. _bluetooth-hw-setup-native-sim-host:
115 ----------
128 - :ref:`bluetooth_qemu_native` for the physical controller
129 - :ref:`bluetooth_virtual_posix` for the virtual controller
131 .. _bluetooth-hw-setup-bsim:
133 Simulated nRF5x with BabbleSim
145 * `BabbleSim`_ to simulate the nRF5x modem and the radio environment.
147 * `Models of the nrf5x HW <https://github.com/BabbleSim/ext_NRF_hw_models/>`_
155 <bluetooth-build-types>`, but it is also possible to build the controller with one of the
156 :zephyr:code-sample:`bluetooth_hci_uart` samples in one simulated device, and the host with
176 initializes the Bluetooth Subsystem and enables non-connectable
181 :lines: 19-
192 More :zephyr:code-sample-category:`sample Bluetooth applications <bluetooth>` are available in
195 .. _BabbleSim: https://babblesim.github.io/