Diff between 39054d59c0ecdb102f8aa352cb7aa6fcbd7f2b6b and c2cae83b3042fb9cbf50015a8dc9062b9178dc08

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 17965f9..73c0db3 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -4408,7 +4408,7 @@ static int cmd_create_cis_complete(struct btdev *dev, const void *data,
 		evt.cig_id = 0x00;
 		evt.cis_id = 0x00;
 
-		le_meta_event(iso->dev, BT_HCI_EVT_LE_CIS_REQ, &evt,
+		le_meta_event(iso->link->dev, BT_HCI_EVT_LE_CIS_REQ, &evt,
 					sizeof(evt));
 	}