Lines Matching refs:nse
105 uint16_t iso_interval, uint8_t nse, uint16_t max_pdu, in big_create() argument
199 if (!IN_RANGE(nse, 0x01, 0x1F)) { in big_create()
219 if (pto && !(bn * irc < nse)) { in big_create()
357 lll_adv_iso->nse = nse; in big_create()
420 lll_adv_iso->nse = lll_adv_iso->bn * lll_adv_iso->irc; in big_create()
433 latency_packing = lll_adv_iso->sub_interval * lll_adv_iso->nse * in big_create()
482 lll_adv_iso->nse += lll_adv_iso->ptc; in big_create()
500 lll_adv_iso->nse; in big_create()
566 PDU_BIG_INFO_NSE_SET(big_info, lll_adv_iso->nse); in big_create()
705 uint16_t iso_interval, uint8_t nse, uint16_t max_sdu, in ll_big_test_create() argument
714 iso_interval, nse, max_pdu, bn, irc, pto, true); in ll_big_test_create()
1187 uint8_t nse; in ptc_calc() local
1199 nse = lll->bn * lll->irc; /* 3 bits * 4 bits, total 7 bits */ in ptc_calc()
1207 if (lll->nse > nse) { in ptc_calc()
1209 ptc = MIN(ptc, lll->nse - nse); in ptc_calc()
1266 time_us = (pdu_spacing * lll_iso->nse * lll_iso->num_bis) + in adv_iso_time_get()
1270 (lll_iso->sub_interval * lll_iso->nse)) { in adv_iso_time_get()
1274 time_us = pdu_spacing * ((lll_iso->nse * lll_iso->num_bis) - in adv_iso_time_get()
1281 time_us = pdu_spacing * ((lll_iso->nse - lll_iso->ptc) * in adv_iso_time_get()