Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Diso.c869 .sync_timeout = BT_ISO_SYNC_TIMEOUT,
1598 if (!qos->bcast.sync_timeout) in check_bcast_qos()
1599 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()
1601 if (qos->bcast.sync_timeout < 0x000a || qos->bcast.sync_timeout > 0x4000) in check_bcast_qos()
1611 qos->bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT; in check_bcast_qos()
H A Dhci_conn.c2116 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in create_pa_sync()
/linux/include/net/bluetooth/
H A Dbluetooth.h200 __u16 sync_timeout; member