mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
dump oob data
This commit is contained in:
parent
d8078c59a1
commit
158bc1b59a
2
ble/sm.c
2
ble/sm.c
@ -542,6 +542,8 @@ static void sm_tk_setup(){
|
|||||||
// Requirements Flags shall be ignored when selecting the pairing method and the
|
// Requirements Flags shall be ignored when selecting the pairing method and the
|
||||||
// Out of Band pairing method shall be used.
|
// Out of Band pairing method shall be used.
|
||||||
if (sm_m_have_oob_data && sm_s_have_oob_data){
|
if (sm_m_have_oob_data && sm_s_have_oob_data){
|
||||||
|
printf("SM: have OOB data");
|
||||||
|
print_key("OOB", sm_tk);
|
||||||
sm_stk_generation_method = OOB;
|
sm_stk_generation_method = OOB;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user