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

/linux-master/net/bluetooth/
H A Dhci_conn.c1266 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy)
1328 conn->conn_timeout = conn_timeout;
1509 u16 conn_timeout,
1554 conn->conn_timeout = conn_timeout;
1602 acl->conn_timeout = timeout;
1264 hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, bool dst_resolved, u8 sec_level, u16 conn_timeout, u8 role, u8 phy, u8 sec_phy) argument
1507 hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, u8 sec_level, u16 conn_timeout, enum conn_reasons conn_reason) argument
H A Dhci_sync.c6378 conn->conn_timeout, NULL);
6483 conn->conn_timeout, NULL);
6592 conn->conn_timeout, NULL);
6772 conn->conn_timeout, NULL);
H A Dhci_event.c1615 conn->conn_timeout);
1661 conn->conn_timeout);
/linux-master/net/tipc/
H A Dsocket.c84 * @conn_timeout: the time we can wait for an unresponded setup request
119 u16 conn_timeout; member in struct:tipc_sock
524 tsk->conn_timeout = CONN_TIMEOUT_DEFAULT;
2240 delay %= (tsk->conn_timeout / 4);
2579 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout;
3194 tipc_sk(sk)->conn_timeout = value;
3267 value = tsk->conn_timeout;
/linux-master/include/net/bluetooth/
H A Dhci_core.h728 __u16 conn_timeout; member in struct:hci_conn
1513 u16 conn_timeout,
1517 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy);

Completed in 373 milliseconds