Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Diso.h142 #define BT_ISO_PTO_MIN 0x00U macro
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c35 #define DEFAULT_BIS_PTO BT_ISO_PTO_MIN
293 if (!IN_RANGE(pto, BT_ISO_PTO_MIN, BT_ISO_PTO_MAX)) { in parse_pto_arg()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c377 big_create_param.pto = BT_ISO_PTO_MIN; in create_advanced_big()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c3028 CHECKIF(!IN_RANGE(param->pto, BT_ISO_PTO_MIN, BT_ISO_PTO_MAX)) { in valid_big_param()