emulator/bthost: Add dummy handler for User Confirm Request Reply completion

This commit is contained in:
Johan Hedberg 2014-01-20 13:10:50 +02:00
parent 6038dad985
commit 2688bf5c6e

View File

@ -664,6 +664,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data,
break;
case BT_HCI_CMD_IO_CAPABILITY_REQUEST_REPLY:
break;
case BT_HCI_CMD_USER_CONFIRM_REQUEST_REPLY:
break;
default:
printf("Unhandled cmd_complete opcode 0x%04x\n", opcode);
break;