瀏覽代碼

Bluetooth: Fix for a leftover debug of pairing credentials

One of the LE Secure Connections security credentials was still using
the BT_DBG instead of SMP_DBG.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Marcel Holtmann 10 年之前
父節點
當前提交
203de21bf6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/bluetooth/smp.c

+ 1 - 1
net/bluetooth/smp.c

@@ -300,7 +300,7 @@ static int smp_f6(struct crypto_hash *tfm_cmac, const u8 w[16],
 	if (err)
 	if (err)
 		return err;
 		return err;
 
 
-	BT_DBG("res %16phN", res);
+	SMP_DBG("res %16phN", res);
 
 
 	return err;
 	return err;
 }
 }