Diff between d994c9d45dad68bc060add77642fdc37834cd7c1 and 460dd92431ea328b88bbdb1169fcb06b755d5c6f
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 65ad0a4..da94f29 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -562,6 +562,7 @@ static void btdev_reset(struct btdev *btdev)
btdev->le_scan_enable = 0x00;
btdev->le_adv_enable = 0x00;
btdev->le_pa_enable = 0x00;
+ btdev->le_pa_sync_handle = 0x0000;
al_clear(btdev);
rl_clear(btdev);