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:
Szymon Janc 2015-11-19 12:05:35 +01:00 committed by Anas Nashif
commit 531e594217

View file

@ -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 */