From 78d239fd407928fa5b534e1a8d5eba454e52a95d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 12 Jan 2014 09:18:41 +0200 Subject: [PATCH] emulator: Add missing Transparent SCO feature bit --- emulator/btdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/emulator/btdev.c b/emulator/btdev.c index 0d0b36284..bbf295037 100644 --- a/emulator/btdev.c +++ b/emulator/btdev.c @@ -385,6 +385,7 @@ static void set_bredrle_features(struct btdev *btdev) btdev->features[0] |= 0x20; /* Role switch */ btdev->features[0] |= 0x80; /* Sniff mode */ btdev->features[1] |= 0x08; /* SCO link */ + btdev->features[2] |= 0x08; /* Transparent SCO */ btdev->features[3] |= 0x40; /* RSSI with inquiry results */ btdev->features[3] |= 0x80; /* Extended SCO link */ btdev->features[4] |= 0x08; /* AFH capable slave */ -- 2.47.3