Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_unicast_client.c2561 static int group_qos_common_set(const struct bt_audio_codec_qos **group_qos, in group_qos_common_set() argument
2564 if (param->rx_param != NULL && *group_qos == NULL) { in group_qos_common_set()
2565 *group_qos = param->rx_param->qos; in group_qos_common_set()
2568 if (param->tx_param != NULL && *group_qos == NULL) { in group_qos_common_set()
2569 *group_qos = param->tx_param->qos; in group_qos_common_set()
2579 const struct bt_audio_codec_qos *group_qos = NULL; in bt_bap_unicast_group_create() local
2619 err = group_qos_common_set(&group_qos, stream_param); in bt_bap_unicast_group_create()
2633 err = bt_audio_cig_create(unicast_group, group_qos, param); in bt_bap_unicast_group_create()
2650 const struct bt_audio_codec_qos *group_qos = unicast_group->qos; in bt_bap_unicast_group_add_streams() local
2705 err = group_qos_common_set(&group_qos, stream_param); in bt_bap_unicast_group_add_streams()
[all …]