|
@@ -3618,7 +3618,7 @@ static void hci_le_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb)
|
|
|
}
|
|
|
|
|
|
if (!test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &conn->flags))
|
|
|
- mgmt_device_connected(hdev, &ev->bdaddr, conn->type,
|
|
|
+ mgmt_device_connected(hdev, &conn->dst, conn->type,
|
|
|
conn->dst_type, 0, NULL, 0, NULL);
|
|
|
|
|
|
conn->sec_level = BT_SECURITY_LOW;
|