Skip to content

Commit

Permalink
samples: Bluetooth: df: enable filtering of per adv by CTE type
Browse files Browse the repository at this point in the history
Enable filtering of periodic advertisements to synchronize
with advertisenemts that include CTE.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
  • Loading branch information
ppryga-nordic authored and cfriedt committed Oct 12, 2021
1 parent 81136cb commit 2b8079a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ static void create_sync(void)

printk("Creating Periodic Advertising Sync...");
bt_addr_le_copy(&sync_create_param.addr, &per_addr);
sync_create_param.options = 0;

sync_create_param.options = BT_LE_PER_ADV_SYNC_OPT_SYNC_ONLY_CONST_TONE_EXT;
sync_create_param.sid = per_sid;
sync_create_param.skip = 0;
sync_create_param.timeout = 0xa;
Expand Down

0 comments on commit 2b8079a

Please sign in to comment.