Searched refs:unicast_source_eps (Results 1 – 2 of 2) sorted by relevance
35 static struct bt_bap_ep *unicast_source_eps[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT]; variable232 for (size_t i = 0U; i < ARRAY_SIZE(unicast_source_eps); i++) { in add_remote_source()233 if (unicast_source_eps[i] == NULL) { in add_remote_source()235 unicast_source_eps[i] = ep; in add_remote_source()
76 *unicast_source_eps[CONFIG_BT_MAX_CONN][CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT]; variable297 for (size_t i = 0U; i < ARRAY_SIZE(unicast_source_eps[conn_index]); i++) { in add_remote_source()298 if (unicast_source_eps[conn_index][i] == NULL) { in add_remote_source()300 unicast_source_eps[conn_index][i] = ep; in add_remote_source()534 memset(unicast_source_eps[conn_index], 0, sizeof(unicast_source_eps[conn_index])); in discover_source()621 stream_param[1].ep = unicast_source_eps[bt_conn_index(default_conn)][0]; in unicast_audio_start()1096 src_eps[src_ep_cnt] = unicast_source_eps[conn_index][j]; in cap_initiator_ac_cap_unicast_start()