Diff between 9980744cd437b3d22128af06e08feb57ae8dc24a and 0143a51c32e82700e5d1029b3f9c8ad6abf948e9

Changed Files

File Additions Deletions Status
emulator/bthost.c +2 -0 modified

Full Patch

diff --git a/emulator/bthost.c b/emulator/bthost.c
index 68a775c..b5895b2 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -560,6 +560,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data,
 		break;
 	case BT_HCI_CMD_WRITE_SIMPLE_PAIRING_MODE:
 		break;
+	case BT_HCI_CMD_IO_CAPABILITY_REQUEST_REPLY:
+		break;
 	default:
 		printf("Unhandled cmd_complete opcode 0x%04x\n", opcode);
 		break;