Lines Matching refs:bt_hex
1964 LOG_DBG("k %s", bt_hex(k, 16)); in smp_c1()
1965 LOG_DBG("r %s", bt_hex(r, 16)); in smp_c1()
1968 LOG_DBG("preq %s", bt_hex(preq, 7)); in smp_c1()
1969 LOG_DBG("pres %s", bt_hex(pres, 7)); in smp_c1()
1977 LOG_DBG("p1 %s", bt_hex(p1, 16)); in smp_c1()
1994 LOG_DBG("p2 %s", bt_hex(p2, 16)); in smp_c1()
2442 LOG_DBG("pcnf %s", bt_hex(smp->pcnf, 16)); in legacy_pairing_random()
2443 LOG_DBG("cfm %s", bt_hex(tmp, 16)); in legacy_pairing_random()
2494 LOG_DBG("generated STK %s", bt_hex(smp->tk, 16)); in legacy_pairing_random()
2683 LOG_DBG("prnd %s", bt_hex(smp->prnd, 16)); in smp_init()
3670 LOG_DBG("pcnf %s", bt_hex(smp->pcnf, 16)); in sc_smp_check_confirm()
3671 LOG_DBG("cfm %s", bt_hex(cfm, 16)); in sc_smp_check_confirm()
4920 LOG_DBG("Signing msg %s len %u key %s", bt_hex(msg, len), len, bt_hex(key, 16)); in smp_sign_buf()
4939 LOG_DBG("sig %s", bt_hex(sig, 12)); in smp_sign_buf()
4967 bt_hex(keys->remote_csrk.val, 16), keys->remote_csrk.cnt); in bt_smp_sign_verify()
5005 LOG_DBG("Sign data len %u key %s count %u", buf->len, bt_hex(keys->local_csrk.val, 16), in bt_smp_sign()
5034 LOG_DBG("key %s d %u r %u", bt_hex(key, 16), d, r); in smp_d1()
5045 LOG_DBG("res %s", bt_hex(res, 16)); in smp_d1()
5168 LOG_DBG("%s: orig %s", prefix, bt_hex(orig, sizeof(orig))); in sign_test()
5169 LOG_DBG("%s: msg %s", prefix, bt_hex(msg, sizeof(msg))); in sign_test()
5699 LOG_DBG("%s", bt_hex(tk, 16)); in bt_smp_le_oob_set_tk()
5709 LOG_INF("Legacy OOB data 0x%s", bt_hex(oob, 16)); in bt_smp_le_oob_set_tk()
6129 LOG_INF("SC LTK: 0x%s (No bonding)", bt_hex(ltk, conn->le.keys->enc_size)); in bt_smp_update_keys()