diff --git a/subsys/bluetooth/host/smp.c b/subsys/bluetooth/host/smp.c index 23f90310ca7..2fad1ea235f 100644 --- a/subsys/bluetooth/host/smp.c +++ b/subsys/bluetooth/host/smp.c @@ -3449,7 +3449,7 @@ static struct bt_smp *smp_find(int flag) static void bt_smp_dhkey_ready(const uint8_t *dhkey) { - LOG_DBG("%p", dhkey); + LOG_DBG("%p", (void *)dhkey); int err; struct bt_smp *smp = smp_find(SMP_FLAG_DHKEY_GEN);