Diff between d7c2a4cee7ad4d46f9ab4da9f7d8558a29d0b1ad and 76f49e69d9ab45b2a1432131119ed7be54d22722
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 692fabd..13abad5 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -5415,6 +5415,7 @@ static void set_bredrle_features(struct btdev *btdev)
btdev->features[4] |= 0x80; /* 3 slot EDR ACL packets */
btdev->features[5] |= 0x01; /* 5 slot EDR ACL packets */
+ btdev->le_features[0] |= 0x40; /* LE PRIVACY */
btdev->le_features[1] |= 0x01; /* LE 2M PHY */
btdev->le_features[1] |= 0x08; /* LE Coded PHY */
btdev->le_features[1] |= 0x10; /* LE EXT ADV */