Diff between 26f9879e9211e07a4d5fb95827876714a4ce0ae5 and 78d239fd407928fa5b534e1a8d5eba454e52a95d

Changed Files

File Additions Deletions Status
emulator/btdev.c +1 -0 modified

Full Patch

diff --git a/emulator/btdev.c b/emulator/btdev.c
index 0d0b362..bbf2950 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 */