Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Diso.c79 static bool check_bcast_qos(struct bt_iso_qos *qos);
323 if (iso_pi(sk)->qos_user_set && !check_bcast_qos(&iso_pi(sk)->qos)) { in iso_connect_bis()
971 if (iso_pi(sk)->qos_user_set && !check_bcast_qos(&iso_pi(sk)->qos)) { in iso_listen_bis()
1301 static bool check_bcast_qos(struct bt_iso_qos *qos) in check_bcast_qos() function