Diff between 2a4f9ddc184f63e494bb61b437f75c5477479d5b and be73408f6fbc4e93e6a7aeab971de3c862ed0d16
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 b21d5ca..20b482c 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -5122,6 +5122,7 @@ static void set_bredrle_features(struct btdev *btdev)
}
if (btdev->type >= BTDEV_TYPE_BREDRLE52) {
+ btdev->le_features[1] |= 0x20; /* LE PER ADV */
btdev->le_features[3] |= 0x10; /* LE CIS Master */
btdev->le_features[3] |= 0x20; /* LE CIS Slave */
btdev->le_features[3] |= 0x40; /* LE ISO Broadcaster */