Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_event.c2331 hci_connect_cfm(conn, status); in hci_cs_create_conn()
2377 hci_connect_cfm(link->conn, status); in hci_cs_add_sco()
2404 hci_connect_cfm(conn, status); in hci_cs_auth_requested()
2431 hci_connect_cfm(conn, status); in hci_cs_set_conn_encrypt()
2610 hci_connect_cfm(conn, status); in hci_cs_read_remote_features()
2637 hci_connect_cfm(conn, status); in hci_cs_read_remote_ext_features()
2662 hci_connect_cfm(link->conn, status); in hci_setup_sync_conn_status()
2956 hci_connect_cfm(conn, status); in hci_cs_le_read_remote_features()
3244 hci_connect_cfm(conn, status); in hci_conn_complete_evt()
3362 hci_connect_cfm(conn, 0); in hci_conn_request_evt()
[all …]
Dhci_conn.c606 hci_connect_cfm(link->conn, status); in hci_sco_setup()
1251 hci_connect_cfm(conn, status); in hci_conn_failed()
2174 hci_connect_cfm(conn, err); in create_big_complete()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1928 static inline void hci_connect_cfm(struct hci_conn *conn, __u8 status) in hci_connect_cfm() function
1988 hci_connect_cfm(conn, status); in hci_encrypt_cfm()