Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_event.c1792 hci_connect_cfm(conn, status); in hci_cs_create_conn()
1836 hci_connect_cfm(sco, status); in hci_cs_add_sco()
1863 hci_connect_cfm(conn, status); in hci_cs_auth_requested()
1890 hci_connect_cfm(conn, status); in hci_cs_set_conn_encrypt()
2066 hci_connect_cfm(conn, status); in hci_cs_read_remote_features()
2093 hci_connect_cfm(conn, status); in hci_cs_read_remote_ext_features()
2128 hci_connect_cfm(sco, status); in hci_cs_setup_sync_conn()
2316 hci_connect_cfm(conn, status); in hci_cs_le_read_remote_features()
2548 hci_connect_cfm(conn, ev->status); in hci_conn_complete_evt()
2551 hci_connect_cfm(conn, ev->status); in hci_conn_complete_evt()
[all …]
Dhci_conn.c391 hci_connect_cfm(sco, status); in hci_sco_setup()
707 hci_connect_cfm(conn, status); in hci_le_conn_failed()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h1260 static inline void hci_connect_cfm(struct hci_conn *conn, __u8 status) in hci_connect_cfm() function