Diff between 9684bba494dfc78a0aa267f1989c3469a3d5d960 and f74f6a5cfd50c7a14a4bce6a7bed937e3dd4559a
Changed Files
| File | Additions | Deletions | Status |
| emulator/btdev.c | +1 | -1 | modified |
Full Patch
diff --git a/emulator/btdev.c b/emulator/btdev.c
index 0ad6b27..d64827f 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -5281,7 +5281,7 @@ static void send_pa(struct btdev *dev, const struct btdev *remote,
{
struct __packed {
struct bt_hci_le_pa_report ev;
- uint8_t data[31];
+ uint8_t data[247];
} pdu;
memset(&pdu.ev, 0, sizeof(pdu.ev));