Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c48 } sinks[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT]; variable
73 static K_SEM_DEFINE(sem_stream_qos, 0, ARRAY_SIZE(sinks) + ARRAY_SIZE(sources));
262 if (stream->ep == sinks[i].ep) { in stream_connected_cb()
263 sinks[i].seq_num = 0U; in stream_connected_cb()
354 for (size_t i = 0U; i < ARRAY_SIZE(sinks); i++) { in add_remote_sink()
355 if (sinks[i].ep == NULL) { in add_remote_sink()
357 sinks[i].ep = ep; in add_remote_sink()
629 for (size_t i = 0; i < ARRAY_SIZE(sinks); i++) { in configure_streams()
630 struct bt_bap_ep *ep = sinks[i].ep; in configure_streams()
850 memset(sinks, 0, sizeof(sinks)); in reset_data()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/
DKconfig28 int "Number of Isochronous Adaptation Layer sinks (for unit tests)"
31 int "Number of Isochronous Adaptation Layer sinks (for unit tests)"
/Zephyr-latest/doc/hardware/peripherals/
Dbc12.rst12 sinks current from the USB connection.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst85 unicast_start : Unicast Start [csip] [sinks <cnt> (default 1)] [sources
177 uart:~$ cap_initiator unicast_start sinks 1 sources 0 conns all
178 Setting up 1 sinks and 0 sources on each (2) conn
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap185 This option sets the number of broadcast sinks to support.
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig290 int "Number of Isochronous Adaptation Layer sinks"
295 Set the number of concurrently active sinks supported by the
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst23 Data stream generated by STM can end up in various sinks. For example it can be directly send to
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2756 …:github:`54037` - Unciast_audio_client sample application cannot work with servers with only sinks.