Searched refs:bt_iso_qos (Results 1 – 6 of 6) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_conn.c | 1429 static int qos_set_big(struct hci_dev *hdev, struct bt_iso_qos *qos) in qos_set_big() 1453 static int qos_set_bis(struct hci_dev *hdev, struct bt_iso_qos *qos) in qos_set_bis() 1495 struct bt_iso_qos *qos, __u8 base_len, in hci_add_bis() 1727 static int hci_le_create_big(struct hci_conn *conn, struct bt_iso_qos *qos) in hci_le_create_big() 1764 struct bt_iso_qos *qos; in set_cig_params_sync() 1817 static bool hci_le_set_cig_params(struct hci_conn *conn, struct bt_iso_qos *qos) in hci_le_set_cig_params() 1877 __u8 dst_type, struct bt_iso_qos *qos) in hci_bind_cis() 2041 struct bt_iso_qos *qos = &conn->iso_qos; in create_big_sync() 2109 struct bt_iso_qos *qos = &conn->iso_qos; in create_pa_sync() 2155 struct bt_iso_qos *qos) in hci_pa_create_sync() [all …]
|
H A D | iso.c | 71 struct bt_iso_qos qos; 78 static struct bt_iso_qos default_qos; 80 static bool check_ucast_qos(struct bt_iso_qos *qos); 81 static bool check_bcast_qos(struct bt_iso_qos *qos); 513 static struct bt_iso_qos *iso_sock_get_qos(struct sock *sk) in iso_sock_get_qos() 524 struct bt_iso_qos *qos = iso_sock_get_qos(sk); in iso_send_frame() 856 static struct bt_iso_qos default_qos = { 1546 static bool check_ucast_qos(struct bt_iso_qos *qos) in check_ucast_qos() 1572 static bool check_bcast_qos(struct bt_iso_qos *qos) in check_bcast_qos() 1624 struct bt_iso_qos qos = default_qos; in iso_sock_setsockopt() [all …]
|
H A D | hci_sync.c | 2866 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_set_ext_scan_param_sync()
|
H A D | hci_event.c | 6693 struct bt_iso_qos *qos; in hci_le_cis_estabilished_evt()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 713 struct bt_iso_qos iso_qos; 1550 __u8 dst_type, struct bt_iso_qos *qos); 1552 struct bt_iso_qos *qos, 1555 __u8 dst_type, struct bt_iso_qos *qos); 1557 __u8 dst_type, struct bt_iso_qos *qos, 1560 __u8 dst_type, __u8 sid, struct bt_iso_qos *qos); 1562 struct bt_iso_qos *qos,
|
H A D | bluetooth.h | 206 struct bt_iso_qos { struct
|