Home
last modified time | relevance | path

Searched refs:bt_conn_auth_keypress_notify (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2486 int bt_conn_auth_keypress_notify(struct bt_conn *conn, enum bt_conn_auth_keypress type);
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c4036 int bt_conn_auth_keypress_notify(struct bt_conn *conn, in bt_conn_auth_keypress_notify() function
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4544 err = bt_conn_auth_keypress_notify(default_conn, type); in cmd_auth_passkey_notify()