Searched refs:passkey_entry (Results 1 – 14 of 14) sorted by relevance
| /Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
| D | main.c | 132 .passkey_entry = NULL,
|
| /Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
| D | main.c | 137 .passkey_entry = NULL,
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/ |
| D | main.c | 277 .passkey_entry = NULL,
|
| /Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
| D | peripheral_ead.c | 289 peripheral_auth_cb.passkey_entry = NULL; in init_bt()
|
| /Zephyr-latest/samples/bluetooth/peripheral/src/ |
| D | main.c | 322 .passkey_entry = NULL,
|
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | ssp.c | 147 if (bt_auth->passkey_entry) { in get_io_capa() 285 bt_auth->passkey_entry(conn); in ssp_auth()
|
| /Zephyr-latest/tests/bluetooth/tester/src/ |
| D | btp_gap.c | 1224 cb.passkey_entry = auth_passkey_entry; in set_io_cap() 1232 cb.passkey_entry = auth_passkey_entry; in set_io_cap() 1307 static uint8_t passkey_entry(const void *cmd, uint16_t cmd_len, in passkey_entry() function 1863 .func = passkey_entry,
|
| /Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
| D | central_ead.c | 441 central_auth_cb.passkey_entry = NULL; in init_bt()
|
| /Zephyr-latest/samples/bluetooth/peripheral_esp/src/ |
| D | main.c | 453 .passkey_entry = NULL,
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | conn.h | 2313 void (*passkey_entry)(struct bt_conn *conn); member
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | bt.c | 4225 .passkey_entry = NULL, 4240 .passkey_entry = NULL, 4255 .passkey_entry = auth_passkey_entry, 4282 .passkey_entry = auth_passkey_entry, 4297 .passkey_entry = NULL,
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | smp.c | 344 if (smp_auth_cb->passkey_display && smp_auth_cb->passkey_entry && in get_io_capa() 355 if (smp_auth_cb->passkey_entry) { in get_io_capa() 2361 smp_auth_cb->passkey_entry(conn); in legacy_request_tk() 4309 smp_auth_cb->passkey_entry(smp->chan.chan.conn); in smp_public_key_periph() 4392 smp_auth_cb->passkey_entry(smp->chan.chan.conn); in smp_public_key()
|
| D | conn.c | 4044 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_register() 4068 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_overlay()
|
| /Zephyr-latest/doc/connectivity/bluetooth/ |
| D | bluetooth-le-host.rst | 119 display, the ``passkey_entry`` and ``passkey_confirm`` callbacks would
|