Lines Matching +full:direction +full:- +full:based
1 .. zephyr:code-sample:: bluetooth_direction_finding_central
2 :name: Direction Finding Central
3 :relevant-api: bluetooth
5 Connect to a Bluetooth LE Direction Finding peripheral and request Constant Tone Extension.
10 A simple application demonstrating the Bluetooth LE Direction Finding CTE reception in
17 * Nordic nRF SoC based board with Direction Finding support (example boards:
21 Check your SoC's product specification for Direction Finding support if you are
32 .. zephyr-app-commands::
33 :zephyr-app: samples/bluetooth/direction_finding_central
34 :host-os: unix
36 :gen-args: -DEXTRA_CONF_FILE=overlay-aod.conf
41 also run on the network core. The :zephyr:code-sample:`bluetooth_hci_ipc` sample
42 application may be used. To build this sample with direction finding support
49 * Make sure the same GPIO pins are assigned to Direction Finding Extension in file
61 configuration must be provided via :ref:`devicetree <dt-guide>` to enable
67 own board-specific overlay in the same directory for a different board. See
68 :dtcompatible:`nordic,nrf-radio` for documentation on the properties used in
69 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
73 network core application. When :zephyr:code-sample:`bluetooth_hci_ipc` is used as the