Home
last modified time | relevance | path

Searched refs:BT_ISO_IRC_MIN (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h113 #define BT_ISO_IRC_MIN 0x01U macro
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c29 #define DEFAULT_BIS_IRC BT_ISO_IRC_MIN
260 if (!IN_RANGE(irc, BT_ISO_IRC_MIN, BT_ISO_IRC_MAX)) { in parse_irc_arg()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c354 big_create_param.irc = BT_ISO_IRC_MIN; in create_advanced_big()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c2766 CHECKIF(!IN_RANGE(param->irc, BT_ISO_IRC_MIN, BT_ISO_IRC_MAX)) { in valid_big_param()