Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Diso.h106 #define BT_ISO_BN_MIN 0x01U macro
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c32 #define DEFAULT_BIS_BN BT_ISO_BN_MIN
389 if (!IN_RANGE(burst_number, BT_ISO_BN_MIN, BT_ISO_BN_MAX)) { in parse_bn_arg()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c54 #define DEFAULT_CIS_BN BT_ISO_BN_MIN
800 if (!IN_RANGE(bn, BT_ISO_BN_MIN, BT_ISO_BN_MAX)) { in parse_bn_arg()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c383 iso_tx_qos.burst_number = BT_ISO_BN_MIN; in create_advanced_big()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c966 if (!IN_RANGE(io_qos->burst_number, BT_ISO_BN_MIN, BT_ISO_BN_MAX)) { in valid_chan_io_qos()