summaryrefslogtreecommitdiffstats
path: root/kernel/net/bluetooth/hci_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/net/bluetooth/hci_request.h')
-rw-r--r--kernel/net/bluetooth/hci_request.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/net/bluetooth/hci_request.h b/kernel/net/bluetooth/hci_request.h
index bf6df92f4..25c7f1305 100644
--- a/kernel/net/bluetooth/hci_request.h
+++ b/kernel/net/bluetooth/hci_request.h
@@ -55,3 +55,7 @@ int hci_update_random_address(struct hci_request *req, bool require_privacy,
void hci_update_background_scan(struct hci_dev *hdev);
void __hci_update_background_scan(struct hci_request *req);
+
+int hci_abort_conn(struct hci_conn *conn, u8 reason);
+void __hci_abort_conn(struct hci_request *req, struct hci_conn *conn,
+ u8 reason);