Searched refs:conn_timeout (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_conn.c | 1305 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy) in hci_connect_le() argument 1367 conn->conn_timeout = conn_timeout; in hci_connect_le() 1548 u16 conn_timeout, in hci_connect_le_scan() argument 1593 conn->conn_timeout = conn_timeout; in hci_connect_le_scan() 1641 acl->conn_timeout = timeout; in hci_connect_acl() 2081 conn->conn_timeout = msecs_to_jiffies(qos->bcast.sync_timeout * 10); in hci_pa_create_sync() 2109 hcon->conn_timeout = msecs_to_jiffies(qos->bcast.timeout * 10); in hci_conn_big_create_sync()
|
| H A D | hci_sync.c | 6427 conn->conn_timeout, NULL); in hci_le_ext_create_conn_sync() 6532 conn->conn_timeout, NULL); in hci_le_create_conn_sync() 6637 conn->conn_timeout, NULL); in hci_le_create_cis_sync() 6817 conn->conn_timeout, NULL); in hci_acl_create_conn_sync() 6962 conn->conn_timeout, NULL); in hci_le_pa_create_sync() 7026 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-6.15/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-6.15/include/net/bluetooth/ |
| H A D | hci_core.h | 699 __u16 conn_timeout; member 1543 u16 conn_timeout, 1547 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy);
|