We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81136cb commit 2b8079aCopy full SHA for 2b8079a
samples/bluetooth/direction_finding_connectionless_rx/src/main.c
@@ -209,7 +209,8 @@ static void create_sync(void)
209
210
printk("Creating Periodic Advertising Sync...");
211
bt_addr_le_copy(&sync_create_param.addr, &per_addr);
212
- sync_create_param.options = 0;
+
213
+ sync_create_param.options = BT_LE_PER_ADV_SYNC_OPT_SYNC_ONLY_CONST_TONE_EXT;
214
sync_create_param.sid = per_sid;
215
sync_create_param.skip = 0;
216
sync_create_param.timeout = 0xa;
0 commit comments