Searched refs:passkey_str (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 227 char passkey_str[7]; in auth_passkey_confirm() local 232 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_confirm() 234 printk("Passkey for %s: %s\n", addr, passkey_str); in auth_passkey_confirm() 241 char passkey_str[7]; in auth_passkey_display() local 246 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_display() 248 LOG_DBG("Passkey for %s: %s", addr, passkey_str); in auth_passkey_display()
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 373 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-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 3980 char passkey_str[7]; in auth_passkey_display() local 3984 snprintk(passkey_str, 7, "%06u", passkey); in auth_passkey_display() 3986 bt_shell_print("Passkey for %s: %s", addr, passkey_str); in auth_passkey_display() 4004 char passkey_str[7]; in auth_passkey_confirm() local 4008 snprintk(passkey_str, 7, "%06u", passkey); in auth_passkey_confirm() 4010 bt_shell_print("Confirm passkey for %s: %s", addr, passkey_str); in auth_passkey_confirm()
|