Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_event.c1708 hci_connect_cfm(conn, status); in hci_cs_create_conn()
1752 hci_connect_cfm(sco, status); in hci_cs_add_sco()
1779 hci_connect_cfm(conn, status); in hci_cs_auth_requested()
1806 hci_connect_cfm(conn, status); in hci_cs_set_conn_encrypt()
1982 hci_connect_cfm(conn, status); in hci_cs_read_remote_features()
2009 hci_connect_cfm(conn, status); in hci_cs_read_remote_ext_features()
2044 hci_connect_cfm(sco, status); in hci_cs_setup_sync_conn()
2232 hci_connect_cfm(conn, status); in hci_cs_le_read_remote_features()
2464 hci_connect_cfm(conn, ev->status); in hci_conn_complete_evt()
2467 hci_connect_cfm(conn, ev->status); in hci_conn_complete_evt()
[all …]
Dhci_conn.c391 hci_connect_cfm(sco, status); in hci_sco_setup()
704 hci_connect_cfm(conn, status); in hci_le_conn_failed()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1234 static inline void hci_connect_cfm(struct hci_conn *conn, __u8 status) in hci_connect_cfm() function