Home
last modified time | relevance | path

Searched refs:mfy_lll_prepare (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c81 static struct mayfly mfy_lll_prepare = {0U, 0U, &link_lll_prepare, NULL, NULL}; variable
674 mfy_lll_prepare.fp = lll_sync_iso_create_prepare; in ull_sync_iso_setup()
705 mfy_lll_prepare.fp = lll_sync_iso_prepare; in ull_sync_iso_estab_done()
948 if (mfy_lll_prepare.fp == lll_sync_iso_prepare) { in timeout_cleanup()
994 mfy_lll_prepare.param = &p; in ticker_cb()
998 &mfy_lll_prepare); in ticker_cb()
Dull_adv_iso.c82 static struct mayfly mfy_lll_prepare = {0U, 0U, &link_lll_prepare, NULL, NULL}; variable
1007 mfy_lll_prepare.fp = lll_adv_iso_prepare; in ull_adv_iso_done_complete()
1261 mfy_lll_prepare.fp = lll_adv_iso_create_prepare; in adv_iso_start()
1540 mfy_lll_prepare.param = &p; in ticker_cb()
1544 &mfy_lll_prepare); in ticker_cb()
Dull_sync.c1699 static struct mayfly mfy_lll_prepare = { local
1724 mfy_lll_prepare.param = &p;
1725 mfy_lll_prepare.fp = sync->lll_sync_prepare;
1729 &mfy_lll_prepare);