zephyr/tests/bsim/bluetooth/host
Jordan Yates cf870e8350 bluetooth: correct bt_le_scan_param scan type
The `type` parameter of `struct bt_le_scan_param` is documented as
taking a `BT_LE_SCAN_TYPE_*` value, not a `BT_HCI_LE_SCAN_*` value.

In practice this makes no difference as the values are defined as the
same integer, but does result in `<zephyr/bluetooth/hci.h>` not needing
to be included.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-06-28 11:34:36 +02:00
..
adv everywhere: replace double words 2024-06-22 05:40:22 -04:00
att Bluetooth: host: remove TX thread 2024-06-12 18:51:34 +02:00
central Bluetooth: Host: Add a test for connection creation timeout 2024-06-11 16:17:35 +02:00
gatt Bluetooth: gatt: Remove deprecated write struct member 2024-06-24 12:42:30 -04:00
id/settings tests: bsim: Use the pre_init_f instead of post_init_f 2024-05-30 03:00:58 -07:00
iso tests: bsim: Use the pre_init_f instead of post_init_f 2024-05-30 03:00:58 -07:00
l2cap tests: Bluetooth: make an L2CAP multilink stress test 2024-06-19 13:38:49 +02:00
misc bluetooth: remove CONFIG_BT_DEBUG_LOG 2024-06-18 14:33:58 -04:00
privacy bluetooth: correct bt_le_scan_param scan type 2024-06-28 11:34:36 +02:00
security tests: bsim: Use the pre_init_f instead of post_init_f 2024-05-30 03:00:58 -07:00
compile.sh Bluetooth: Host: Add a test for connection creation timeout 2024-06-11 16:17:35 +02:00