Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A D6lowpan.c863 return L2CAP_CONN_TIMEOUT; in chan_get_sndtimeo_cb()
895 addr, dst_type, L2CAP_CONN_TIMEOUT); in bt_6lowpan_connect()
H A Dl2cap_sock.c1882 sk->sk_sndtimeo = L2CAP_CONN_TIMEOUT; in l2cap_sock_alloc()
/linux/include/net/bluetooth/
H A Dl2cap.h55 #define L2CAP_CONN_TIMEOUT msecs_to_jiffies(40000) macro