Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Diso.h97 #define BT_ISO_BN_MIN 0x01U macro
/Zephyr-Core-3.7.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c27 #define DEFAULT_BIS_BN BT_ISO_BN_MIN
384 if (!IN_RANGE(burst_number, BT_ISO_BN_MIN, BT_ISO_BN_MAX)) { in parse_bn_arg()
/Zephyr-Core-3.7.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c49 #define DEFAULT_CIS_BN BT_ISO_BN_MIN
795 if (!IN_RANGE(bn, BT_ISO_BN_MIN, BT_ISO_BN_MAX)) { in parse_bn_arg()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c385 iso_tx_qos.burst_number = BT_ISO_BN_MIN; in create_advanced_big()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Diso.c995 BT_ISO_BN_MIN, in valid_chan_io_qos()