Home
last modified time | relevance | path

Searched refs:BT_ISO_FRAMING_UNFRAMED (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c123 .framing = BT_ISO_FRAMING_UNFRAMED, in create_big()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c122 .framing = BT_ISO_FRAMING_UNFRAMED, in create_big()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c194 .framing = BT_ISO_FRAMING_UNFRAMED, in create_big()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h90 #define BT_ISO_FRAMING_UNFRAMED 0x00 macro
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c438 if (framing != BT_ISO_FRAMING_UNFRAMED && in parse_framing_arg()
646 if (big_create_param.framing == BT_ISO_FRAMING_UNFRAMED && in calc_adv_interval()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c187 param->framing = BT_ISO_FRAMING_UNFRAMED; in set_cig_defaults()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c287 if (framing != BT_ISO_FRAMING_UNFRAMED && framing != BT_ISO_FRAMING_FRAMED) { in cmd_cig_create()
739 param.framing = BT_ISO_FRAMING_UNFRAMED; in cmd_big_create()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c2064 if (param->framing != BT_ISO_FRAMING_UNFRAMED && param->framing != BT_ISO_FRAMING_FRAMED) { in valid_cig_param()
2986 CHECKIF(param->framing != BT_ISO_FRAMING_UNFRAMED && in valid_big_param()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2792 cig_param->framing = BT_ISO_FRAMING_UNFRAMED; in valid_unicast_group_stream_param()
2797 cig_param->framing != BT_ISO_FRAMING_UNFRAMED) || in valid_unicast_group_stream_param()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c1354 if (framing != BT_ISO_FRAMING_UNFRAMED && framing != BT_ISO_FRAMING_FRAMED) { in cmd_stream_qos()