Home
last modified time | relevance | path

Searched refs:BT_ISO_FRAMING_FRAMED (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Diso.h92 #define BT_ISO_FRAMING_FRAMED 0x01 macro
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c440 framing != BT_ISO_FRAMING_FRAMED) { in parse_framing_arg()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c288 if (framing != BT_ISO_FRAMING_UNFRAMED && framing != BT_ISO_FRAMING_FRAMED) { in cmd_cig_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()
2987 param->framing != BT_ISO_FRAMING_FRAMED) { in valid_big_param()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2792 cig_param->framing = BT_ISO_FRAMING_FRAMED; in valid_unicast_group_stream_param()
2797 cig_param->framing != BT_ISO_FRAMING_FRAMED)) { in valid_unicast_group_stream_param()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c1352 if (framing != BT_ISO_FRAMING_UNFRAMED && framing != BT_ISO_FRAMING_FRAMED) { in cmd_stream_qos()