Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c495 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout() function
498 le_conn_timeout.work); in le_conn_timeout()
582 INIT_DELAYED_WORK(&conn->le_conn_timeout, le_conn_timeout); in hci_conn_add()
623 cancel_delayed_work(&conn->le_conn_timeout); in hci_conn_del()
H A Dhci_event.c1231 &conn->le_conn_timeout, in hci_cc_le_set_adv_enable()
1265 &conn->le_conn_timeout, in hci_cc_le_set_ext_adv_enable()
2338 &conn->le_conn_timeout, in cs_le_create_conn()
5176 cancel_delayed_work(&conn->le_conn_timeout); in le_conn_complete_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h656 struct delayed_work le_conn_timeout; member