Home
last modified time | relevance | path

Searched refs:passkey_confirm (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_gap.c1001 cb.passkey_confirm = auth_passkey_confirm; in set_io_cap()
1013 cb.passkey_confirm = auth_passkey_confirm; in set_io_cap()
1107 static uint8_t passkey_confirm(const void *cmd, uint16_t cmd_len, in passkey_confirm() function
1306 .func = passkey_confirm,
/Zephyr-Core-3.4.0/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c296 peripheral_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dssp.c139 if (bt_auth->passkey_confirm && bt_auth->passkey_display) { in get_io_capa()
256 bt_auth->passkey_confirm(conn, passkey); in ssp_auth()
Dsmp.c323 (smp_auth_cb->passkey_confirm || !sc_supported)) { in get_io_capa()
329 smp_auth_cb->passkey_confirm) { in get_io_capa()
3599 smp_auth_cb->passkey_confirm(smp->chan.chan.conn, passkey); in smp_pairing_random()
3642 smp_auth_cb->passkey_confirm(smp->chan.chan.conn, passkey); in smp_pairing_random()
Dconn.c3146 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_register()
3169 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_overlay()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dconn.h1360 void (*passkey_confirm)(struct bt_conn *conn, unsigned int passkey); member
/Zephyr-Core-3.4.0/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c440 central_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c3492 .passkey_confirm = NULL,
3507 .passkey_confirm = auth_passkey_confirm,
3522 .passkey_confirm = NULL,
3549 .passkey_confirm = auth_passkey_confirm,
3564 .passkey_confirm = NULL,
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/
Dbluetooth-arch.rst328 display, the ``passkey_entry`` and ``passkey_confirm`` callbacks would