Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Diso.c872 .sync_timeout = BT_ISO_SYNC_TIMEOUT,
1613 if (!qos->bcast.sync_timeout) in check_bcast_qos()
1614 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()
1616 if (qos->bcast.sync_timeout < 0x000a || qos->bcast.sync_timeout > 0x4000) in check_bcast_qos()
1626 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()
H A Dhci_sync.c6945 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_le_pa_create_sync()
H A Dhci_conn.c2081 conn->conn_timeout = msecs_to_jiffies(qos->bcast.sync_timeout * 10); in hci_pa_create_sync()
/linux-6.15/include/net/bluetooth/
H A Dbluetooth.h201 __u16 sync_timeout; member
H A Dhci.h1930 __le16 sync_timeout; member