Bluetooth: SMP: Correct comment for SMP_FLAG_DHKEY_SEND
This flag means that DHKey check should be generated and send on next event. Change-Id: I0dc9aa3713ad17ceabc4f5f890afa32f538f714f Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
0394ec6730
commit
531e594217
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ enum {
|
|||
SMP_FLAG_SC, /* if LE Secure Connections is used */
|
||||
SMP_FLAG_PKEY_PENDING, /* if waiting for P256 Public Key */
|
||||
SMP_FLAG_DHKEY_PENDING, /* if waiting for local DHKey */
|
||||
SMP_FLAG_DHKEY_SEND, /* if should send DHKey Check after generate */
|
||||
SMP_FLAG_DHKEY_SEND, /* if should generate and send DHKey Check */
|
||||
};
|
||||
|
||||
/* SMP channel specific context */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue