Home
last modified time | relevance | path

Searched refs:BT_ISO_LATENCY_MIN (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h57 #define BT_ISO_LATENCY_MIN 0x0005 macro
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c187 if (latency < BT_ISO_LATENCY_MIN || latency > BT_ISO_LATENCY_MAX) { in parse_latency_arg()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_stream.c176 if (qos->latency < BT_ISO_LATENCY_MIN || in bt_audio_verify_qos()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Diso.c243 BT_ISO_LATENCY_MIN, in cmd_cig_create()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c577 if (latency < BT_ISO_LATENCY_MIN || latency > BT_ISO_LATENCY_MAX) { in parse_latency_arg()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c1869 (param->latency < BT_ISO_LATENCY_MIN || in valid_cig_param()
2757 BT_ISO_LATENCY_MIN, in valid_big_param()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c1208 if (!IN_RANGE(latency, BT_ISO_LATENCY_MIN, BT_ISO_LATENCY_MAX)) { in cmd_stream_qos()