Home
last modified time | relevance | path

Searched refs:can_recv (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c143 info->can_recv = false; in bt_bap_ep_get_info()
149 info->can_recv = true; in bt_bap_ep_get_info()
155 info->can_recv = dir == BT_AUDIO_DIR_SOURCE; in bt_bap_ep_get_info()
161 info->can_recv = dir == BT_AUDIO_DIR_SINK; in bt_bap_ep_get_info()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h1080 bool can_recv; member
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_can.c31 struct can_recv { struct
38 static struct can_recv receivers[CONFIG_NET_SOCKETS_CAN_RECEIVERS]; argument
/Zephyr-latest/subsys/bluetooth/host/
Diso.c287 if (rx_qos != NULL && iso->iso.info.can_recv) { in bt_iso_setup_data_path()
1165 iso_conn->info.can_recv = false; in store_cis_info()
1168 iso_conn->info.can_recv = true; in store_cis_info()
1170 iso_conn->info.can_recv = true; in store_cis_info()
3134 info->can_recv = false; in store_bis_broadcaster_info()
3325 info->can_recv = true; in store_bis_sync_receiver_info()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_source_test.c198 if (info.can_recv) { in stream_started_cb()
Dbap_broadcast_sink_test.c579 if (!info.can_recv) { in stream_started_cb()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h716 bool can_recv; member
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2931 sh_stream->is_rx = info.can_recv; in stream_started_cb()