Searched refs:conn_timeout (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_conn.c | 1349 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy) in hci_connect_le() argument 1411 conn->conn_timeout = conn_timeout; in hci_connect_le() 1593 u16 conn_timeout, in hci_connect_le_scan() argument 1638 conn->conn_timeout = conn_timeout; in hci_connect_le_scan() 1686 acl->conn_timeout = timeout; in hci_connect_acl() 2130 conn->conn_timeout = msecs_to_jiffies(qos->bcast.sync_timeout * 10); in hci_pa_create_sync() 2158 hcon->conn_timeout = msecs_to_jiffies(qos->bcast.timeout * 10); in hci_conn_big_create_sync()
|
H A D | hci_sync.c | 6504 conn->conn_timeout, NULL); in hci_le_ext_create_conn_sync() 6609 conn->conn_timeout, NULL); in hci_le_create_conn_sync() 6714 conn->conn_timeout, NULL); in hci_le_create_cis_sync() 6894 conn->conn_timeout, NULL); in hci_acl_create_conn_sync() 7051 conn->conn_timeout, NULL); in hci_le_pa_create_sync() 7079 conn->conn_timeout, NULL); in hci_le_pa_create_sync() 7149 conn->conn_timeout, NULL); in hci_le_big_create_sync()
|
H A D | hci_event.c | 1571 conn->conn_timeout); in hci_cc_le_set_adv_enable() 1617 conn->conn_timeout); in hci_cc_le_set_ext_adv_enable()
|
/linux/net/tipc/ |
H A D | socket.c | 119 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() 3189 tipc_sk(sk)->conn_timeout = value; in tipc_setsockopt() 3262 value = tsk->conn_timeout; in tipc_getsockopt()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 714 __u16 conn_timeout; member 1556 u16 conn_timeout, 1560 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy);
|