Searched refs:passkey_confirm (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
| D | peripheral_ead.c | 287 peripheral_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
|
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | ssp.c | 143 if (bt_auth->passkey_confirm && bt_auth->passkey_display) { in get_io_capa() 277 bt_auth->passkey_confirm(conn, passkey); in ssp_auth()
|
| /Zephyr-latest/tests/bluetooth/tester/src/ |
| D | btp_gap.c | 1225 cb.passkey_confirm = auth_passkey_confirm; in set_io_cap() 1237 cb.passkey_confirm = auth_passkey_confirm; in set_io_cap() 1331 static uint8_t passkey_confirm(const void *cmd, uint16_t cmd_len, in passkey_confirm() function 1868 .func = passkey_confirm,
|
| /Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
| D | central_ead.c | 439 central_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | conn.h | 2336 void (*passkey_confirm)(struct bt_conn *conn, unsigned int passkey); member
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | bt.c | 4226 .passkey_confirm = NULL, 4241 .passkey_confirm = auth_passkey_confirm, 4256 .passkey_confirm = NULL, 4283 .passkey_confirm = auth_passkey_confirm, 4298 .passkey_confirm = NULL,
|
| /Zephyr-latest/doc/connectivity/bluetooth/ |
| D | bluetooth-le-host.rst | 119 display, the ``passkey_entry`` and ``passkey_confirm`` callbacks would
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | smp.c | 345 (smp_auth_cb->passkey_confirm || !sc_supported)) { in get_io_capa() 351 smp_auth_cb->passkey_confirm) { in get_io_capa() 3759 smp_auth_cb->passkey_confirm(smp->chan.chan.conn, passkey); in smp_pairing_random() 3802 smp_auth_cb->passkey_confirm(smp->chan.chan.conn, passkey); in smp_pairing_random()
|
| 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()
|