Lines Matching full:you

44 Controller. In order to benefit from these tools you will need to make sure
45 that you are running a recent version of the Linux Kernel and BlueZ:
51 Linux distribution. If you need to build BlueZ from scratch to update to a
52 recent version or to obtain all of its tools you can follow the steps below:
61 You can then find :file:`btattach`, :file:`btmgt` and :file:`btproxy` in the
64 You'll need to enable BlueZ's experimental features so you can access its
90 the host OS (Linux) to the emulator. For this purpose you will need some tools
105 On the host side, BlueZ allows you to export its Bluetooth controller
109 You only need to run ``btproxy`` when using QEMU. native_sim handles
112 If you are using QEMU, in order to make the Controller available you will need
124 You might need to replace :literal:`-i 0` with the index of the Controller
125 you wish to proxy.
127 If you see ``Received unknown host packet type 0x00`` when running QEMU, then
131 Once the hardware is connected and ready to use, you can then proceed to
166 Depending on which hardware you have available, you can choose between two
182 In order to see those logs, you can use the built-in ``btmon`` tool from BlueZ:
209 When running both Host and Controller in actual Integrated Circuits, you will
228 To decode the binary protocol that will now be sent to the console UART you need
235 If UART is not available (or you still want non-binary logs), you can set
270 You can test the virtual controller by connecting a Bluetooth Zephyr application
301 over the virtual Bluetooth controller that was bridged with Bumble. You can verify that the
303 AVD and scanning for your Zephyr application device. To test this you can build the Bluetooth
312 If you want to test a Zephyr-powered BLE Controller using BlueZ's Bluetooth
313 Host, you will need a few tools described in the :ref:`bluetooth_bluez` section.
314 Once you have installed the tools you can then use them to interact with your
323 You might need to replace :literal:`--index 0` with the index of the Controller
324 you wish to manage.