Diff between 3030883005c02c77766e1a27a8d5c4d579daa9b5 and 2f52afa21a26354a540c1a288480511e90567c6f
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 2e57337..462f352 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -5944,7 +5944,7 @@ static void le_cis_estabilished(struct btdev *dev, struct btdev_conn *conn,
uint8_t status)
{
struct bt_hci_evt_le_cis_established evt;
- int cig_idx, cis_idx;
+ int cig_idx, cis_idx = -1;
memset(&evt, 0, sizeof(evt));