Searched refs:passkey (Results 1 – 11 of 11) sorted by relevance
/samples/bluetooth/peripheral_hids/ |
A D | Kconfig | 7 bool "Enable passkey authentication" 10 Enable the passkey authentication callback and register the GATT
|
A D | README.rst | 14 In the default configuration the sample uses passkey authentication (displays a
|
/samples/bluetooth/peripheral_hids/src/ |
A D | main.c | 112 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() argument 118 printk("Passkey for %s: %06u\n", addr, passkey); in auth_passkey_display()
|
/samples/bluetooth/peripheral_sc_only/src/ |
A D | main.c | 106 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() argument 112 printk("Passkey for %s: %06u\n", addr, passkey); in auth_passkey_display()
|
/samples/bluetooth/encrypted_advertising/peripheral/src/ |
A D | peripheral_ead.c | 225 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() argument 232 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_confirm() 239 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() argument 246 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_display()
|
/samples/boards/phytec/reel_board/mesh_badge/src/ |
A D | main.c | 91 static void passkey_display(struct bt_conn *conn, unsigned int passkey) in passkey_display() argument 95 snprintk(buf, sizeof(buf), "Passkey:\n%06u", passkey); in passkey_display()
|
/samples/bluetooth/encrypted_advertising/central/src/ |
A D | central_ead.c | 371 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() argument 378 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_confirm() 385 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() argument 392 snprintk(passkey_str, ARRAY_SIZE(passkey_str), "%06u", passkey); in auth_passkey_display()
|
/samples/bluetooth/encrypted_advertising/ |
A D | README.rst | 58 Confirm passkey by pressing button at gpio@50000000 pin 11... 69 Confirm passkey by pressing button at gpio@50000000 pin 11...
|
/samples/boards/phytec/reel_board/mesh_badge/ |
A D | README.rst | 32 characteristic. The passkey for the pairing will be shown on the board's 33 display. Enter the passkey in your phone.
|
/samples/bluetooth/peripheral/src/ |
A D | main.c | 302 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() argument 308 printk("Passkey for %s: %06u\n", addr, passkey); in auth_passkey_display()
|
/samples/bluetooth/peripheral_esp/src/ |
A D | main.c | 433 static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) in auth_passkey_display() argument 439 printk("Passkey for %s: %06u\n", addr, passkey); in auth_passkey_display()
|
Completed in 33 milliseconds