We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c08f18 commit 7eb6869Copy full SHA for 7eb6869
tests/bluetooth/tester/src/gap.c
@@ -953,6 +953,10 @@ static void set_io_cap(const uint8_t *data, uint16_t len)
953
cb.passkey_entry = auth_passkey_entry;
954
break;
955
case GAP_IO_CAP_DISPLAY_YESNO:
956
+ cb.cancel = auth_cancel;
957
+ cb.passkey_display = auth_passkey_display;
958
+ cb.passkey_confirm = auth_passkey_confirm;
959
+ break;
960
default:
961
LOG_WRN("Unhandled io_cap: 0x%x", cmd->io_cap);
962
status = BTP_STATUS_FAILED;
0 commit comments