Home
last modified time | relevance | path

Searched refs:passkey (Results 1 – 11 of 11) sorted by relevance

/samples/bluetooth/peripheral_hids/
A DKconfig7 bool "Enable passkey authentication"
10 Enable the passkey authentication callback and register the GATT
A DREADME.rst14 In the default configuration the sample uses passkey authentication (displays a
/samples/bluetooth/peripheral_hids/src/
A Dmain.c112 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 Dmain.c106 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 Dperipheral_ead.c225 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 Dmain.c91 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 Dcentral_ead.c371 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 DREADME.rst58 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 DREADME.rst32 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 Dmain.c302 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 Dmain.c433 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