Searched refs:hci_conn_failed (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ ! |
H A D | hci_conn.c | 661 hci_conn_failed(conn, HCI_ERROR_ADVERTISING_TIMEOUT); in le_conn_timeout() 1077 hci_conn_failed(conn, reason); in hci_conn_cleanup_child() 1085 hci_conn_failed(conn, reason); in hci_conn_cleanup_child() 1256 void hci_conn_failed(struct hci_conn *conn, u8 status) in hci_conn_failed() function
|
H A D | hci_sync.c | 5501 hci_conn_failed(conn, reason); in hci_disconnect_sync() 5689 hci_conn_failed(conn, reason); in hci_abort_conn_sync() 5709 * then cause hci_conn_failed to be called which calls in hci_disconnect_all_sync() 6928 hci_conn_failed(conn, bt_status(err)); in create_le_conn_complete()
|
H A D | hci_event.c | 2819 * hci_conn_failed function which is triggered by the HCI in hci_cs_le_create_conn() 2844 * hci_conn_failed function which is triggered by the HCI in hci_cs_le_ext_create_conn() 3199 hci_conn_failed(conn, status); in hci_conn_complete_evt() 3777 hci_conn_failed(conn, status); in hci_unbound_cis_failed() 5692 * hci_conn_failed function which is triggered by the HCI in le_conn_complete_evt()
|
/linux/include/net/bluetooth/ ! |
H A D | hci_core.h | 1572 void hci_conn_failed(struct hci_conn *conn, u8 status);
|