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
694 mfy_lll_prepare.fp = lll_sync_iso_create_prepare; in ull_sync_iso_setup()
725 mfy_lll_prepare.fp = lll_sync_iso_prepare; in ull_sync_iso_estab_done()
968 if (mfy_lll_prepare.fp == lll_sync_iso_prepare) { in timeout_cleanup()
1014 mfy_lll_prepare.param = &p; in ticker_cb()
1018 &mfy_lll_prepare); in ticker_cb()
Dull_adv_iso.c93 static struct mayfly mfy_lll_prepare = {0U, 0U, &link_lll_prepare, NULL, NULL}; variable
1035 mfy_lll_prepare.fp = lll_adv_iso_prepare; in ull_adv_iso_done_complete()
1336 mfy_lll_prepare.fp = lll_adv_iso_create_prepare; in adv_iso_start()
1615 mfy_lll_prepare.param = &p; in ticker_cb()
1619 &mfy_lll_prepare); in ticker_cb()
Dull_sync.c1706 static struct mayfly mfy_lll_prepare = { local
1731 mfy_lll_prepare.param = &p;
1732 mfy_lll_prepare.fp = sync->lll_sync_prepare;
1736 &mfy_lll_prepare);