Diff between 338656c52718cc2225c359be5e08c1ff89b4fc77 and 9353c8ca44b8e8f62caad545aa61cdc48c0b7671
Changed Files
| File | Additions | Deletions | Status |
| emulator/btdev.c | +1 | -0 | modified |
Full Patch
diff --git a/emulator/btdev.c b/emulator/btdev.c
index 2566606..b74442e 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -1298,6 +1298,7 @@ static void default_cmd(struct btdev *btdev, uint16_t opcode,
lrwls.status = 0;
lrwls.size = 0;
cmd_complete(btdev, opcode, &lrwls, sizeof(lrwls));
+ break;
case BT_HCI_CMD_LE_READ_SUPPORTED_STATES:
if (btdev->type == BTDEV_TYPE_BREDR)