Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c287 peripheral_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c139 if (bt_auth->passkey_confirm && bt_auth->passkey_display) { in get_io_capa()
264 bt_auth->passkey_confirm(conn, passkey); in ssp_auth()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1162 cb.passkey_confirm = auth_passkey_confirm;
1174 cb.passkey_confirm = auth_passkey_confirm;
1268 static uint8_t passkey_confirm(const void *cmd, uint16_t cmd_len, function
1813 .func = passkey_confirm,
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c439 central_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2298 void (*passkey_confirm)(struct bt_conn *conn, unsigned int passkey); member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4194 .passkey_confirm = NULL,
4209 .passkey_confirm = auth_passkey_confirm,
4224 .passkey_confirm = NULL,
4251 .passkey_confirm = auth_passkey_confirm,
4266 .passkey_confirm = NULL,
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst119 display, the ``passkey_entry`` and ``passkey_confirm`` callbacks would
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c339 (smp_auth_cb->passkey_confirm || !sc_supported)) { in get_io_capa()
345 smp_auth_cb->passkey_confirm) { in get_io_capa()
3722 smp_auth_cb->passkey_confirm(smp->chan.chan.conn, passkey); in smp_pairing_random()
3765 smp_auth_cb->passkey_confirm(smp->chan.chan.conn, passkey); in smp_pairing_random()
Dconn.c3954 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_register()
3977 (cb->passkey_display || cb->passkey_entry || cb->passkey_confirm || in bt_conn_auth_cb_overlay()