Home
last modified time | relevance | path

Searched refs:passkey_str (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c238 char passkey_str[7]; in auth_passkey_confirm() local
243 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_confirm()
245 printk("Passkey for %s: %s\n", addr, passkey_str); in auth_passkey_confirm()
252 char passkey_str[7]; in auth_passkey_display() local
257 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_display()
259 LOG_DBG("Passkey for %s: %s", addr, passkey_str); in auth_passkey_display()
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c373 char passkey_str[7]; in auth_passkey_confirm() local
378 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_confirm()
380 printk("Passkey for %s: %s\n", addr, passkey_str); in auth_passkey_confirm()
387 char passkey_str[7]; in auth_passkey_display() local
392 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_display()
394 LOG_DBG("Passkey for %s: %s", addr, passkey_str); in auth_passkey_display()
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dbt.c3742 char passkey_str[7]; in auth_passkey_display() local
3746 snprintk(passkey_str, 7, "%06u", passkey); in auth_passkey_display()
3748 shell_print(ctx_shell, "Passkey for %s: %s", addr, passkey_str); in auth_passkey_display()
3767 char passkey_str[7]; in auth_passkey_confirm() local
3771 snprintk(passkey_str, 7, "%06u", passkey); in auth_passkey_confirm()
3773 shell_print(ctx_shell, "Confirm passkey for %s: %s", addr, passkey_str); in auth_passkey_confirm()