From 8c2a45628d9567d196ab29916eb2f265c8e176c5 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Fri, 29 Nov 2013 21:45:43 +0000 Subject: [PATCH] add comment on master=intiator, slave=responder --- example/libusb/ble_server.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example/libusb/ble_server.c b/example/libusb/ble_server.c index 9ea10a2b9..5b8403cf4 100644 --- a/example/libusb/ble_server.c +++ b/example/libusb/ble_server.c @@ -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;