Lines Matching +full:direction +full:- +full:based
1 .. zephyr:code-sample:: ble_direction_finding_connectionless_rx
2 :name: Direction Finding Periodic Advertising Locator
3 :relevant-api: bt_gap bluetooth
5 Implement Bluetooth LE Direction Finding CTE Locator functionality.
10 A simple application demonstrating the Bluetooth LE Direction Finding CTE Locator
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_connectionless_rx
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
64 configuration must be provided via :ref:`devicetree <dt-guide>` to enable
70 own board-specific overlay in the same directory for a different board. See
71 :dtcompatible:`nordic,nrf-radio` for documentation on the properties used in
72 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
76 network core application. When :zephyr:code-sample:`bluetooth_hci_ipc` is used as the