zephyr/samples/bluetooth
Piotr Pryga 8f56d4ee19 samples: Bluetooth: df: Remove dep on CTLR Kconf in sample sources
Direction finding samples had dependency on KConfig option defined
in Controller. That caused a problem for split builds where
an application and host are not part of the same binary as
controller. The code dependend on the Kconfig option
was always disabled.

To fix that issue new Kconfig options were introduced to
Host. The dependency is removed. Unwanted features may stil be
disabled and samples binaier will be smaller.

The commit aligns all direction finding samples code.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-02-03 14:57:17 +01:00
..
beacon cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
broadcaster samples: Bluetooth: Added Broadcaster sample 2021-11-25 17:09:32 +02:00
central cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
central_hr Bluetooth: ATT: Fix typo in defines 2021-10-23 20:39:36 -04:00
central_ht cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
central_iso Bluetooth: Samples: Add controller Kconfig requirement for ISO samples 2022-01-26 13:29:45 +01:00
central_multilink tests: Bluetooth: bsim: Add iterations to multiple conn to peripherals 2021-11-03 16:59:00 +01:00
central_past cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
direction_finding_central samples: Bluetooth: df: Remove dep on CTLR Kconf in sample sources 2022-02-03 14:57:17 +01:00
direction_finding_connectionless_rx samples: Bluetooth: df: Remove dep on CTLR Kconf in sample sources 2022-02-03 14:57:17 +01:00
direction_finding_connectionless_tx samples: Bluetooth: df: Remove dep on CTLR Kconf in sample sources 2022-02-03 14:57:17 +01:00
direction_finding_peripheral samples: Bluetooth: df: Remove dep on CTLR Kconf in sample sources 2022-02-03 14:57:17 +01:00
eddystone cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
handsfree cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
hci_pwr_ctrl cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
hci_rpmsg Bluetooth: ISO: Add bitmask for retrieving iso header lenght 2021-11-12 14:52:33 +01:00
hci_spi samples: bluetooth: hci: replace SYS_DEVICE_DEFINE with SYS_INIT 2021-12-24 20:59:10 -05:00
hci_uart samples: bluetooth: hci: replace SYS_DEVICE_DEFINE with SYS_INIT 2021-12-24 20:59:10 -05:00
hci_usb cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
hci_usb_h4 cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
ibeacon cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ipsp doc: use extlink for github issue links 2022-01-17 12:48:43 -05:00
iso_broadcast Bluetooth: Samples: Add controller Kconfig requirement for ISO samples 2022-01-26 13:29:45 +01:00
iso_broadcast_benchmark Bluetooth: Samples: Add controller Kconfig requirement for ISO samples 2022-01-26 13:29:45 +01:00
iso_connected_benchmark Bluetooth: Samples: Add controller Kconfig requirement for ISO samples 2022-01-26 13:29:45 +01:00
iso_receive Bluetooth: Samples: Add controller Kconfig requirement for ISO samples 2022-01-26 13:29:45 +01:00
mesh cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mesh_demo cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mesh_provisioner cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
observer samples: Bluetooth: Added Observer sample 2021-11-25 17:09:32 +02:00
periodic_adv samples: Bluetooth: periodic_adv: Add Extended Advertising disable 2021-11-03 16:51:40 +01:00
periodic_sync cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
peripheral cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
peripheral_csc cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
peripheral_dis cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
peripheral_esp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
peripheral_hids doc: Fix a few typos in docs/comments/messages 2021-09-03 06:06:59 -04:00
peripheral_hr samples: Take into account PINCTRL in minimal configurations 2021-12-21 18:30:35 +01:00
peripheral_ht cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
peripheral_identity tests: Bluetooth: bsim: Add iterations to multiple conn to peripherals 2021-11-03 16:59:00 +01:00
peripheral_iso Bluetooth: Samples: Add controller Kconfig requirement for ISO samples 2022-01-26 13:29:45 +01:00
peripheral_ots bluetooth: ots: Add Create and Delete procedures 2021-11-24 21:49:11 +02:00
peripheral_past cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
peripheral_sc_only cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
scan_adv cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
st_ble_sensor cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
unicast_audio_client Bluetooth: Samples: Add unicast audio client and server samples 2022-01-27 12:01:34 +02:00
unicast_audio_server Bluetooth: Samples: Add unicast audio client and server samples 2022-01-27 12:01:34 +02:00
bluetooth.rst