Home
last modified time | relevance | path

Searched refs:BT_ISO_NSE_MIN (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h89 #define BT_ISO_NSE_MIN 0x01U macro
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c26 #define DEFAULT_BIS_NSE BT_ISO_NSE_MIN
332 if (!IN_RANGE(num_subevents, BT_ISO_NSE_MIN, BT_ISO_NSE_MAX)) { in parse_nse_arg()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c42 #define DEFAULT_CIS_NSE BT_ISO_NSE_MIN
725 if (IN_RANGE(nse, BT_ISO_NSE_MIN, BT_ISO_NSE_MAX)) { in parse_nse_arg()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c365 bis_iso_qos.num_subevents = BT_ISO_NSE_MIN; in create_advanced_big()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c1461 !IN_RANGE(qos->num_subevents, BT_ISO_NSE_MIN, BT_ISO_NSE_MAX)) { in valid_chan_qos()