|
@@ -538,12 +538,6 @@ static void hci_cc_read_local_features(struct hci_dev *hdev,
|
|
|
|
|
|
if (hdev->features[0][5] & LMP_EDR_3S_ESCO)
|
|
|
hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5);
|
|
|
-
|
|
|
- BT_DBG("%s features 0x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x", hdev->name,
|
|
|
- hdev->features[0][0], hdev->features[0][1],
|
|
|
- hdev->features[0][2], hdev->features[0][3],
|
|
|
- hdev->features[0][4], hdev->features[0][5],
|
|
|
- hdev->features[0][6], hdev->features[0][7]);
|
|
|
}
|
|
|
|
|
|
static void hci_cc_read_local_ext_features(struct hci_dev *hdev,
|