tests: Bluetooth: df: Fix ref to renamed ll_scan_set member
The ll_scan_set::per_sync was renamed to ll_scan_set::periodic. Direction finding connectionless_cte_rx test didn't build. The commit fixes the issue. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
29e3188703
commit
ccbe5a56e8
|
@ -50,7 +50,7 @@ void common_create_per_sync_set(void)
|
|||
* because it is not required to test DF functionality.
|
||||
*/
|
||||
scan = ull_scan_set_get(SCAN_HANDLE_1M);
|
||||
sync = scan->per_scan.sync;
|
||||
sync = scan->periodic.sync;
|
||||
g_per_sync->handle = ull_sync_handle_get(sync);
|
||||
sync->lll.phy = PHY_2M;
|
||||
/* timeout_reload member is used by controller to check if sync was established. */
|
||||
|
|
Loading…
Reference in a new issue