Bluetooth: SMP: Fix pairing method in gen_table
If remote IO capabilities is KeyboardOnly and local is KeboardDisplay passkey should be displayed on local side. This was affecting TC_PKE_BV_01_C Security Manager qualification test. Change-Id: I4d21925f3f0903250b190ae83eee7f4529114579 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
7d16329af6
commit
46ad2cf69a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ static const uint8_t gen_method[5 /* remote */][5 /* local */] = {
|
|||
{ JUST_WORKS, JUST_WORKS, PASSKEY_INPUT, JUST_WORKS, PASSKEY_INPUT },
|
||||
{ JUST_WORKS, JUST_WORKS, PASSKEY_INPUT, JUST_WORKS, PASSKEY_INPUT },
|
||||
{ PASSKEY_DISPLAY, PASSKEY_DISPLAY, PASSKEY_INPUT, JUST_WORKS,
|
||||
PASSKEY_INPUT },
|
||||
PASSKEY_DISPLAY },
|
||||
{ JUST_WORKS, JUST_WORKS, JUST_WORKS, JUST_WORKS, JUST_WORKS },
|
||||
{ PASSKEY_DISPLAY, PASSKEY_DISPLAY, PASSKEY_INPUT, JUST_WORKS,
|
||||
PASSKEY_ROLE },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue