|
@@ -59,7 +59,7 @@ static void hci_le_connect_cancel(struct hci_conn *conn)
|
|
|
hci_send_cmd(conn->hdev, HCI_OP_LE_CREATE_CONN_CANCEL, 0, NULL);
|
|
|
}
|
|
|
|
|
|
-void hci_acl_connect(struct hci_conn *conn)
|
|
|
+static void hci_acl_connect(struct hci_conn *conn)
|
|
|
{
|
|
|
struct hci_dev *hdev = conn->hdev;
|
|
|
struct inquiry_entry *ie;
|
|
@@ -129,7 +129,7 @@ void hci_acl_disconn(struct hci_conn *conn, __u8 reason)
|
|
|
hci_send_cmd(conn->hdev, HCI_OP_DISCONNECT, sizeof(cp), &cp);
|
|
|
}
|
|
|
|
|
|
-void hci_add_sco(struct hci_conn *conn, __u16 handle)
|
|
|
+static void hci_add_sco(struct hci_conn *conn, __u16 handle)
|
|
|
{
|
|
|
struct hci_dev *hdev = conn->hdev;
|
|
|
struct hci_cp_add_sco cp;
|