Lines Matching refs:bt_hex
213 LOG_DBG("ConfInputs[0] %s", bt_hex(inputs, 32)); in send_confirm()
214 LOG_DBG("ConfInputs[32] %s", bt_hex(&inputs[32], 32)); in send_confirm()
215 LOG_DBG("ConfInputs[64] %s", bt_hex(&inputs[64], 32)); in send_confirm()
216 LOG_DBG("ConfInputs[96] %s", bt_hex(&inputs[96], 32)); in send_confirm()
217 LOG_DBG("ConfInputs[128] %s", bt_hex(&inputs[128], 17)); in send_confirm()
226 LOG_DBG("ConfirmationSalt: %s", bt_hex(bt_mesh_prov_link.conf_salt, auth_size)); in send_confirm()
233 LOG_DBG("AuthValue %s", bt_hex(bt_mesh_prov_link.auth, 32)); in send_confirm()
243 LOG_DBG("ConfirmationKey: %s", bt_hex(bt_mesh_prov_link.conf_key, auth_size)); in send_confirm()
251 LOG_DBG("LocalRandom: %s", bt_hex(bt_mesh_prov_link.rand, auth_size)); in send_confirm()
317 LOG_DBG("Local Public Key: %s", bt_hex(buf.data + 1, PUB_KEY_SIZE)); in send_pub_key()
350 LOG_DBG("DHkey: %s", bt_hex(bt_mesh_prov_link.dhkey, DH_KEY_SIZE)); in prov_dh_key_gen()
368 LOG_DBG("Remote Public Key: %s", bt_hex(data, PUB_KEY_SIZE)); in prov_pub_key()
425 LOG_DBG("Remote Random: %s", bt_hex(data, rand_size)); in prov_random()
441 LOG_DBG("Received: %s", bt_hex(bt_mesh_prov_link.conf, rand_size)); in prov_random()
442 LOG_DBG("Calculated: %s", bt_hex(conf_verify, rand_size)); in prov_random()
454 LOG_DBG("ProvisioningSalt: %s", bt_hex(bt_mesh_prov_link.prov_salt, 16)); in prov_random()
463 LOG_DBG("Remote Confirm: %s", bt_hex(data, conf_size)); in prov_confirm()
540 LOG_DBG("Nonce: %s", bt_hex(nonce, 13)); in prov_data()