Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c1007 if (!hdev->iso_mtu) in __hci_conn_add()
1092 conn->mtu = hdev->iso_mtu; in __hci_conn_add()
1099 conn->mtu = hdev->iso_mtu; in __hci_conn_add()
H A Dhci_event.c3798 hdev->iso_mtu = __le16_to_cpu(rp->iso_mtu); in hci_cc_le_read_buffer_size_v2()
3805 hdev->acl_pkts, hdev->iso_mtu, hdev->iso_pkts); in hci_cc_le_read_buffer_size_v2()
/linux/include/net/bluetooth/
H A Dhci_core.h484 unsigned int iso_mtu; member