Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c236 char passkey_str[7]; in auth_passkey_confirm() local
241 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_confirm()
243 printk("Passkey for %s: %s\n", addr, passkey_str); in auth_passkey_confirm()
250 char passkey_str[7]; in auth_passkey_display() local
255 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_display()
257 LOG_DBG("Passkey for %s: %s", addr, passkey_str); in auth_passkey_display()
/Zephyr-Core-3.6.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.6.0/subsys/bluetooth/shell/
Dbt.c3520 char passkey_str[7]; in auth_passkey_display() local
3524 snprintk(passkey_str, 7, "%06u", passkey); in auth_passkey_display()
3526 shell_print(ctx_shell, "Passkey for %s: %s", addr, passkey_str); in auth_passkey_display()
3545 char passkey_str[7]; in auth_passkey_confirm() local
3549 snprintk(passkey_str, 7, "%06u", passkey); in auth_passkey_confirm()
3551 shell_print(ctx_shell, "Confirm passkey for %s: %s", addr, passkey_str); in auth_passkey_confirm()