Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c118 if (bt_auth && bt_auth->pincode_entry) { in pin_code_req()
127 bt_auth->pincode_entry(conn, secure); in pin_code_req()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4196 .pincode_entry = auth_pincode_entry,
4211 .pincode_entry = auth_pincode_entry,
4226 .pincode_entry = auth_pincode_entry,
4238 .pincode_entry = auth_pincode_entry,
4253 .pincode_entry = auth_pincode_entry,
4268 .pincode_entry = NULL,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2372 void (*pincode_entry)(struct bt_conn *conn, bool highsec); member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3956 cb->pincode_entry || in bt_conn_auth_cb_register()