Home
last modified time | relevance | path

Searched refs:BT_ISO_FLAGS_VALID (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c66 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c99 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c77 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h315 BT_ISO_FLAGS_VALID = BIT(0), enumerator
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c512 const bool valid_data = (info->flags & BT_ISO_FLAGS_VALID) == 0; in stream_recv_lc3_codec()
546 if (info->flags & BT_ISO_FLAGS_VALID) { in stream_recv()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dmain.c354 .flags = BT_ISO_FLAGS_VALID, in ZTEST_F()
380 .flags = BT_ISO_FLAGS_VALID, in ZTEST_F()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c189 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c319 if (info->flags & BT_ISO_FLAGS_VALID) { in stream_recv()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c78 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c285 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c562 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c266 if (info->flags & BT_ISO_FLAGS_VALID) { in iso_recv()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c567 if (info->flags & BT_ISO_FLAGS_VALID) { in stream_recv_cb()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c194 if ((info->flags & BT_ISO_FLAGS_VALID) == 0) { in stream_recv()
Dbtp_bap_unicast.c718 if ((info->flags & BT_ISO_FLAGS_VALID) == 0) { in stream_recv()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2804 if ((info->flags & BT_ISO_FLAGS_VALID) != 0) { in audio_recv()
2850 if ((info->flags & BT_ISO_FLAGS_VALID) == 0) { in audio_recv()
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c891 if ((info->flags & BT_ISO_FLAGS_VALID) != 0) { in ascs_iso_recv()
Dbap_unicast_client.c259 if ((info->flags & BT_ISO_FLAGS_VALID) != 0) { in unicast_client_ep_iso_recv()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c618 iso_info(buf)->flags |= BT_ISO_FLAGS_VALID; in bt_iso_recv()