Home
last modified time | relevance | path

Searched refs:mgmt_auth_failed (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h2463 void mgmt_auth_failed(struct hci_conn *conn, u8 status);
/linux/net/bluetooth/
H A Dhci_event.c3504 mgmt_auth_failed(conn, ev->status); in hci_auth_complete_evt()
5564 * the mgmt_auth_failed event */ in hci_remote_host_features_evt()
5566 mgmt_auth_failed(conn, ev->status); in hci_remote_host_features_evt()
H A Dsmp.c805 mgmt_auth_failed(hcon, HCI_ERROR_AUTH_FAILURE); in smp_failure()
H A Dmgmt.c10036 void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) in mgmt_auth_failed() function