mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
emulator/bthost: Add dummy handler for User Confirm Request Reply completion
This commit is contained in:
parent
6038dad985
commit
2688bf5c6e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user