Searched refs:PDU_BIG_BN_MAX (Results 1 – 2 of 2) sorted by relevance
367 if (bn > PDU_BIG_BN_MAX) { in big_create()369 lll_adv_iso->bn = PDU_BIG_BN_MAX; in big_create()374 bn = DIV_ROUND_UP(bn, PDU_BIG_BN_MAX) * PDU_BIG_BN_MAX; in big_create()
1200 #define PDU_BIG_BN_MAX 0x07 macro