Home
last modified time | relevance | path

Searched refs:auth_passkey_confirm (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c225 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() function
287 peripheral_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c371 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() function
439 central_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1143 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() function
1225 cb.passkey_confirm = auth_passkey_confirm; in set_io_cap()
1237 cb.passkey_confirm = auth_passkey_confirm; in set_io_cap()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4003 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() function
4241 .passkey_confirm = auth_passkey_confirm,
4283 .passkey_confirm = auth_passkey_confirm,