Diff between 7c2c6fbf575879c25bd05d1bef4549a7f1e63d11 and 4453f67fcffe4b07ae086b192f172ae1c7f1fce1

Changed Files

File Additions Deletions Status
emulator/btdev.c +6 -0 modified

Full Patch

diff --git a/emulator/btdev.c b/emulator/btdev.c
index d47d50e..af93933 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -2402,6 +2402,12 @@ static void default_cmd(struct btdev *btdev, uint16_t opcode,
 		cmd_complete(btdev, opcode, &status, sizeof(status));
 		break;
 
+	case BT_HCI_CMD_HOST_NUM_COMPLETED_PACKETS:
+		/* This command is special in the sense that no event is
+		 * normally generated after the command has completed.
+		 */
+		break;
+
 	case BT_HCI_CMD_READ_NUM_SUPPORTED_IAC:
 		if (btdev->type == BTDEV_TYPE_LE)
 			goto unsupported;