From: Marcel Holtmann Date: Mon, 16 Mar 2015 19:34:56 +0000 (-0700) Subject: Bluetooth: Add extra SMP_DBG statement for remote OOB data X-Git-Tag: v4.1-rc1~128^2~204^2~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bc07cd696e1863d082fdc8650351b288bd41629b;p=karo-tx-linux.git Bluetooth: Add extra SMP_DBG statement for remote OOB data Just for pure debugging purposes print the remote out-of-band data that has been received and is going to be used. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 2b5c13932b0a..ebe69e91fb6c 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -685,6 +685,8 @@ static void build_pairing_cmd(struct l2cap_conn *conn, oob_flag = SMP_OOB_PRESENT; memcpy(smp->rr, oob_data->rand256, 16); memcpy(smp->pcnf, oob_data->hash256, 16); + SMP_DBG("OOB Remote Confirmation: %16phN", smp->pcnf); + SMP_DBG("OOB Remote Random: %16phN", smp->rr); } } else {