Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h81 #define BT_ISO_BN_MIN 0x01U macro
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c27 #define DEFAULT_BIS_BN BT_ISO_BN_MIN
380 if (!IN_RANGE(burst_number, BT_ISO_BN_MIN, BT_ISO_BN_MAX)) { in parse_bn_arg()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c43 #define DEFAULT_CIS_BN BT_ISO_BN_MIN
773 if (!IN_RANGE(bn, BT_ISO_BN_MIN, BT_ISO_BN_MAX)) { in parse_bn_arg()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c361 iso_tx_qos.burst_number = BT_ISO_BN_MIN; in create_advanced_big()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c867 BT_ISO_BN_MIN, in valid_chan_io_qos()