Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h91 #define BT_ISO_NSE_MAX 0x1FU macro
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c332 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.c725 if (IN_RANGE(nse, BT_ISO_NSE_MIN, BT_ISO_NSE_MAX)) { in parse_nse_arg()
/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()