Diff between ee39765d310e7a10f7ad1c5f1e885156ab2935ad and a3877b43ee3bfadaf93c55e95ff4d9a5a4d0b891
Changed Files
| File | Additions | Deletions | Status |
| test/hciemu.c | +1 | -1 | modified |
Full Patch
diff --git a/test/hciemu.c b/test/hciemu.c
index ffe04f8..260e29a 100644
--- a/test/hciemu.c
+++ b/test/hciemu.c
@@ -783,7 +783,7 @@ static void hci_host_control(uint16_t ocf, int plen, uint8_t *data)
break;
default:
- command_status(ogf, ocf, status);
+ command_status(ogf, ocf, 0x01);
break;
}
}