Searched refs:unicast_source_eps (Results 1 – 2 of 2) sorted by relevance
25 static struct bt_bap_ep *unicast_source_eps[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT]; variable223 for (size_t i = 0U; i < ARRAY_SIZE(unicast_source_eps); i++) { in add_remote_source()224 if (unicast_source_eps[i] == NULL) { in add_remote_source()226 unicast_source_eps[i] = ep; in add_remote_source()
63 *unicast_source_eps[CONFIG_BT_MAX_CONN][CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT]; variable258 for (size_t i = 0U; i < ARRAY_SIZE(unicast_source_eps[conn_index]); i++) { in add_remote_source()259 if (unicast_source_eps[conn_index][i] == NULL) { in add_remote_source()261 unicast_source_eps[conn_index][i] = ep; in add_remote_source()462 memset(unicast_source_eps[conn_index], 0, sizeof(unicast_source_eps[conn_index])); in discover_source()665 stream_param[1].ep = unicast_source_eps[bt_conn_index(default_conn)][0]; in unicast_audio_start()1089 src_eps[src_ep_cnt] = unicast_source_eps[conn_index][j]; in cap_initiator_ac_cap_unicast_start()