|
@@ -515,7 +515,7 @@ struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src)
|
|
|
EXPORT_SYMBOL(hci_get_route);
|
|
|
|
|
|
/* This function requires the caller holds hdev->lock */
|
|
|
-static void le_conn_failed(struct hci_conn *conn, u8 status)
|
|
|
+void hci_le_conn_failed(struct hci_conn *conn, u8 status)
|
|
|
{
|
|
|
struct hci_dev *hdev = conn->hdev;
|
|
|
|
|
@@ -545,7 +545,7 @@ static void create_le_conn_complete(struct hci_dev *hdev, u8 status)
|
|
|
if (!conn)
|
|
|
goto done;
|
|
|
|
|
|
- le_conn_failed(conn, status);
|
|
|
+ hci_le_conn_failed(conn, status);
|
|
|
|
|
|
done:
|
|
|
hci_dev_unlock(hdev);
|