|
@@ -195,6 +195,9 @@ static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb)
|
|
|
|
|
|
memset(hdev->adv_data, 0, sizeof(hdev->adv_data));
|
|
|
hdev->adv_data_len = 0;
|
|
|
+
|
|
|
+ memset(hdev->scan_rsp_data, 0, sizeof(hdev->scan_rsp_data));
|
|
|
+ hdev->scan_rsp_data_len = 0;
|
|
|
}
|
|
|
|
|
|
static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb)
|