Bluetooth: shell: Fix shell scan option duplicate filtering options
Fix the shell always setting the filter duplicates option for active scan. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
bd7a2fc395
commit
d81197ff77
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ static int cmd_active_scan_on(const struct shell *shell, uint32_t options,
|
|||
int err;
|
||||
struct bt_le_scan_param param = {
|
||||
.type = BT_LE_SCAN_TYPE_ACTIVE,
|
||||
.options = BT_LE_SCAN_OPT_FILTER_DUPLICATE,
|
||||
.options = BT_LE_SCAN_OPT_NONE,
|
||||
.interval = BT_GAP_SCAN_FAST_INTERVAL,
|
||||
.window = BT_GAP_SCAN_FAST_WINDOW,
|
||||
.timeout = timeout, };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue