Lines Matching full:controller
9 Expose the Zephyr Bluetooth controller support over UART to another device/CPU
20 By default the controller builds use the following settings:
32 Using the controller with emulators and BlueZ
36 controller and expose it to Linux's BlueZ. This can be very useful for testing
37 the Zephyr Link Layer with the BlueZ Host. The Zephyr BLE controller can also
38 provide a modern BLE 5.0 controller to a Linux-based machine for native
58 Using the controller with QEMU and Native POSIX
61 In order to use the HCI UART controller with QEMU or Native POSIX you will need
71 ``/dev/ttyACM0`` string to point to the serial device your controller is
80 interacting with the controller and instead just be aware of it in order
84 Linux kernel identifies the attached controller.
86 Once the controller is attached follow the instructions in the
91 Using the controller with BlueZ
94 In order to use the HCI UART controller with BlueZ you will need to attach it
104 ``/dev/ttyACM0`` string to point to the serial device your controller is
112 BlueZ loads and initializes the attached controller.
114 Once the controller is attached follow the instructions in the
117 Debugging the controller