Diff between a9bf6a2a60b8319a842ce4e74e1afad9c41d7ff5 and ef96b9ad6b9987d5320443796c36b86b0c8e7f5a
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 9a8c9b6..ca87681 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -1447,7 +1447,7 @@ static void le_cis_request(struct btdev *dev,
evt.acl_handle = cpu_to_le16(ACL_HANDLE);
evt.cis_handle = cpu_to_le16(ISO_HANDLE);
- evt.cis_id = 0x00;
+ evt.cig_id = 0x00;
evt.cis_id = 0x00;
le_meta_event(remote, BT_HCI_EVT_LE_CIS_REQ, &evt, sizeof(evt));