Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c1378 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy) in hci_connect_le() argument
1439 conn->conn_timeout = conn_timeout; in hci_connect_le()
1613 conn->conn_timeout = timeout; in hci_add_bis()
1622 u16 conn_timeout, in hci_connect_le_scan() argument
1667 conn->conn_timeout = conn_timeout; in hci_connect_le_scan()
1716 acl->conn_timeout = timeout; in hci_connect_acl()
1971 cis->conn_timeout = timeout; in hci_bind_cis()
2161 conn->conn_timeout = msecs_to_jiffies(qos->bcast.sync_timeout * 10); in hci_pa_create_sync()
2189 hcon->conn_timeout = msecs_to_jiffies(qos->bcast.timeout * 10); in hci_conn_big_create_sync()
H A Dhci_sync.c6568 conn->conn_timeout, NULL); in hci_le_ext_create_conn_sync()
6673 conn->conn_timeout, NULL); in hci_le_create_conn_sync()
6778 conn->conn_timeout, NULL); in hci_le_create_cis_sync()
6956 conn->conn_timeout, NULL); in hci_acl_create_conn_sync()
7100 conn->conn_timeout, NULL); in hci_le_past_params_sync()
7162 conn->conn_timeout, NULL); in hci_le_pa_create_sync()
7190 conn->conn_timeout, NULL); in hci_le_pa_create_sync()
7260 conn->conn_timeout, NULL); in hci_le_big_create_sync()
H A Dhci_event.c1571 conn->conn_timeout); in hci_cc_le_set_adv_enable()
1619 conn->conn_timeout); in hci_cc_le_set_ext_adv_enable()
/linux/net/tipc/
H A Dsocket.c119 u16 conn_timeout; member
522 tsk->conn_timeout = CONN_TIMEOUT_DEFAULT; in tipc_sk_create()
2236 delay %= (tsk->conn_timeout / 4); in tipc_sk_filter_connect()
2575 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout; in tipc_connect()
3187 tipc_sk(sk)->conn_timeout = value; in tipc_setsockopt()
3260 value = tsk->conn_timeout; in tipc_getsockopt()
/linux/include/net/bluetooth/
H A Dhci_core.h718 __u16 conn_timeout; member
1590 u16 conn_timeout,
1594 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy);