add comment on master=intiator, slave=responder

This commit is contained in:
matthias.ringwald@gmail.com 2013-11-29 21:45:43 +00:00
parent 04af4d87c5
commit 8c2a45628d

View File

@ -263,6 +263,12 @@ static int sm_received_signing_identification = 0;
static key_t sm_tk;
//
// Volume 3, Part H, Chapter 24
// "Security shall be initiated by the Security Manager in the device in the master role.
// The device in the slave role shall be the responding device."
// -> master := initiator, slave := responder
//
static key_t sm_m_random;
static key_t sm_m_confirm;
static uint8_t sm_m_have_oob_data;