Diff between 9ded410e01c96409103977a4436d4bb7dbd5038e and 0b740353109de2e0d9c16927ab696a3e6cd1d6d1
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 f8289d0..ae30950 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -2960,6 +2960,7 @@ static void default_cmd(struct btdev *btdev, uint16_t opcode,
case BT_HCI_CMD_WRITE_LE_HOST_SUPPORTED:
if (btdev->type != BTDEV_TYPE_BREDRLE &&
+ btdev->type != BTDEV_TYPE_LE &&
btdev->type != BTDEV_TYPE_BREDRLE50)
goto unsupported;
wlhs = data;