Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_conn.c408 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout() function
411 le_conn_timeout.work); in le_conn_timeout()
491 INIT_DELAYED_WORK(&conn->le_conn_timeout, le_conn_timeout); in hci_conn_add()
524 cancel_delayed_work(&conn->le_conn_timeout); in hci_conn_del()
Dhci_event.c1105 &conn->le_conn_timeout, in hci_cc_le_set_adv_enable()
2032 &conn->le_conn_timeout, in hci_cs_le_create_conn()
4488 cancel_delayed_work(&conn->le_conn_timeout); in hci_le_conn_complete_evt()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h461 struct delayed_work le_conn_timeout; member