Searched refs:sinks (Results 1 – 8 of 8) sorted by relevance
48 } sinks[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT]; variable73 static K_SEM_DEFINE(sem_stream_qos, 0, ARRAY_SIZE(sinks) + ARRAY_SIZE(sources));261 if (stream->ep == sinks[i].ep) { in stream_connected_cb()262 sinks[i].seq_num = 0U; in stream_connected_cb()353 for (size_t i = 0U; i < ARRAY_SIZE(sinks); i++) { in add_remote_sink()354 if (sinks[i].ep == NULL) { in add_remote_sink()356 sinks[i].ep = ep; in add_remote_sink()628 for (size_t i = 0; i < ARRAY_SIZE(sinks); i++) { in configure_streams()629 struct bt_bap_ep *ep = sinks[i].ep; in configure_streams()849 memset(sinks, 0, sizeof(sinks)); in reset_data()
28 int "Number of Isochronous Adaptation Layer sinks (for unit tests)"31 int "Number of Isochronous Adaptation Layer sinks (for unit tests)"
12 sinks current from the USB connection.
85 unicast_start : Unicast Start [csip] [sinks <cnt> (default 1)] [sources177 uart:~$ cap_initiator unicast_start sinks 1 sources 0 conns all178 Setting up 1 sinks and 0 sources on each (2) conn
184 This option sets the number of broadcast sinks to support.
304 int "Number of Isochronous Adaptation Layer sinks"309 Set the number of concurrently active sinks supported by the
23 Data stream generated by STM can end up in various sinks. For example it can be directly send to
2756 …:github:`54037` - Unciast_audio_client sample application cannot work with servers with only sinks.