Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Diso.c876 .sync_timeout = BT_ISO_SYNC_TIMEOUT,
1629 if (!qos->bcast.sync_timeout) in check_bcast_qos()
1630 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()
1632 if (qos->bcast.sync_timeout < 0x000a || qos->bcast.sync_timeout > 0x4000) in check_bcast_qos()
1642 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()
H A Dhci_sync.c7061 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_le_pa_create_sync()
H A Dhci_conn.c2095 conn->conn_timeout = msecs_to_jiffies(qos->bcast.sync_timeout * 10); in hci_pa_create_sync()
/linux/include/net/bluetooth/
H A Dbluetooth.h202 __u16 sync_timeout; member