commit | 060dc9ef6d87edd9a8a98d5edb3455d0444d50ac | [log] [tgz] |
---|---|---|
author | Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no> | Tue Feb 06 11:20:39 2024 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Feb 26 11:37:14 2024 +0000 |
tree | a9e1675a0a6083449e624d364c6b44017929a046 | |
parent | c601c1586397baa23a9eeb870d72176150bfd4b0 [diff] |
Bluetooth: tests: Switch to default `BT_RECV_CONTEXT` The tests `hci_prop_evt` and `host_long_adv_recv` used `bt_recv_prio`, and so relied on an extra config option `CONFIG_BT_RECV_BLOCKING`. This patch replaces the use of `bt_recv_prio` with `bt_recv` and restores the use of the default option for `BT_RECV_CONTEXT`. Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>