Lines Matching refs:bt_iso_qos
68 struct bt_iso_qos qos;
75 static struct bt_iso_qos default_qos;
77 static bool check_ucast_qos(struct bt_iso_qos *qos);
78 static bool check_bcast_qos(struct bt_iso_qos *qos);
445 static struct bt_iso_qos *iso_sock_get_qos(struct sock *sk) in iso_sock_get_qos()
456 struct bt_iso_qos *qos = iso_sock_get_qos(sk); in iso_send_frame()
719 static struct bt_iso_qos default_qos = {
1242 static bool check_ucast_qos(struct bt_iso_qos *qos) in check_ucast_qos()
1268 static bool check_bcast_qos(struct bt_iso_qos *qos) in check_bcast_qos()
1314 struct bt_iso_qos qos = default_qos; in iso_sock_setsockopt()
1412 struct bt_iso_qos *qos; in iso_sock_getsockopt()