Searched refs:sync_timeout (Results 1 – 4 of 4) sorted by relevance
909 .sync_timeout = BT_ISO_SYNC_TIMEOUT,1731 if (!qos->bcast.sync_timeout) in check_bcast_qos()1732 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()1734 if (qos->bcast.sync_timeout < 0x000a || qos->bcast.sync_timeout > 0x4000) in check_bcast_qos()1744 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()
7105 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_le_past_params_sync()7192 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_le_pa_create_sync()
2237 conn->conn_timeout = msecs_to_jiffies(qos->bcast.sync_timeout * 10); in hci_pa_create_sync()
211 __u16 sync_timeout; member