Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dconn.h1555 int bt_conn_auth_passkey_entry(struct bt_conn *conn, unsigned int passkey);
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_gap.c1192 err = bt_conn_auth_passkey_entry(conn, sys_le32_to_cpu(cp->passkey));
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dconn.c3206 int bt_conn_auth_passkey_entry(struct bt_conn *conn, unsigned int passkey) in bt_conn_auth_passkey_entry() function
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dbt.c3874 err = bt_conn_auth_passkey_entry(default_conn, passkey); in cmd_auth_passkey()