mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
tools/bthost: Add dummy handler for HCI_Write_SSP_Mode completion
This commit is contained in:
parent
262ee6bd02
commit
bc3b7427cf
@ -545,6 +545,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data,
|
||||
break;
|
||||
case BT_HCI_CMD_PIN_CODE_REQUEST_NEG_REPLY:
|
||||
break;
|
||||
case BT_HCI_CMD_WRITE_SIMPLE_PAIRING_MODE:
|
||||
break;
|
||||
default:
|
||||
printf("Unhandled cmd_complete opcode 0x%04x\n", opcode);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user