zephyr/samples/bluetooth
Joakim Andersson 18bee9178f Bluetooth: host: Add non-connectable directed advertising support
This patch introduces two major changes to the directed advertising
feature of the bluetooth host.

Deprecating the bt_conn_create_slave_le, and removing
bt_conn_le_create_slave which has never been released. This behaviour
has now been moved by to providing the peer direct address into the
advertising parameters.

Introducing directed advertising support for nonconnectable
directed extended advertising, both scannable and non-scannable.

A bug was also fixed in the the directed-adv command in the shell
when the argument "low" was given. The advertiseng parameter pointer
declared with BT_LE_ADV_CONN_DIR_LOW_DUTY was declared in a scope that
was no longer valid when it was used to start the advertiser.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-04-15 10:57:38 +03:00
..
beacon boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
central samples: bluetooth: central: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
central_hr samples: bluetooth: central_hr: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
eddystone samples: bluetooth: eddystone: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
handsfree cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
hci_pwr_ctrl Bluetooth: host: Add non-connectable directed advertising support 2020-04-15 10:57:38 +03:00
hci_rpmsg boards: arm: nrf5340_dk_nrf5340: rename target to nrf5340pdk_nrf5340 2020-04-06 15:21:45 +02:00
hci_spi drivers/spi/Kconfig.nrfx: Choose driver type basing on DT compatible 2020-04-03 14:47:32 +02:00
hci_uart boards: arm: nrf5340_dk_nrf5340: rename target to nrf5340pdk_nrf5340 2020-04-06 15:21:45 +02:00
hci_usb cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
ibeacon samples: bluetooth: ibeacon: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
ipsp samples: bluetooth: ipsp: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
mesh samples: bluetooth: mesh: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
mesh_demo samples: bluetooth: mesh_demo: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
mesh_provisioner cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
peripheral Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_csc Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_dis samples: bluetooth: peripheral_dis: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
peripheral_esp Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_hids samples: bluetooth: peripheral_hids: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
peripheral_hr Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_ht Bluetooth: samples: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
peripheral_sc_only samples: bluetooth: peripheral_sc_only: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
scan_adv samples: bluetooth: scan_adv: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
st_ble_sensor cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
bluetooth.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00