Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h73 #define BT_ISO_MAX_SDU 0x0FFF macro
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c236 if (sdu > MIN(BT_ISO_MAX_SDU, sizeof(iso_data))) { in parse_sdu_arg()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_stream.c170 if (qos->sdu > BT_ISO_MAX_SDU) { in bt_audio_verify_qos()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Diso.c265 if (sdu > BT_ISO_MAX_SDU) { in cmd_cig_create()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c626 if (sdu > MIN(BT_ISO_MAX_SDU, sizeof(iso_data)) || in parse_sdu_arg()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c1238 if (sdu > BT_ISO_MAX_SDU) { in cmd_stream_qos()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c824 const size_t max_sdu = MIN(max_mtu, BT_ISO_MAX_SDU); in valid_chan_io_qos()