Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.h34 bool bt_bap_valid_qos_pref(const struct bt_bap_qos_cfg_pref *qos_pref);
Dbap_stream.c266 bool bt_bap_valid_qos_pref(const struct bt_bap_qos_cfg_pref *qos_pref) in bt_bap_valid_qos_pref() function
Dascs.c1634 if (err == 0 && !bt_bap_valid_qos_pref(&ase->ep.qos_pref)) { in ase_config()
1675 if (err == 0 && !bt_bap_valid_qos_pref(&ase->ep.qos_pref)) { in ase_config()
Dbap_unicast_client.c921 if (!bt_bap_valid_qos_pref(pref)) { in unicast_client_ep_config_state()