Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dssp.c86 if (!bt_auth) { in bt_conn_auth_pincode_entry()
118 if (bt_auth && bt_auth->pincode_entry) { in pin_code_req()
127 bt_auth->pincode_entry(conn, secure); in pin_code_req()
135 if (!bt_auth) { in get_io_capa()
139 if (bt_auth->passkey_confirm && bt_auth->passkey_display) { in get_io_capa()
143 if (bt_auth->passkey_entry) { in get_io_capa()
147 if (bt_auth->passkey_display) { in get_io_capa()
256 bt_auth->passkey_confirm(conn, passkey); in ssp_auth()
260 bt_auth->passkey_display(conn, passkey); in ssp_auth()
264 bt_auth->passkey_entry(conn); in ssp_auth()
[all …]
Dhci_core.h408 extern const struct bt_conn_auth_cb *bt_auth;
Dconn.c117 const struct bt_conn_auth_cb *bt_auth; variable
3329 bt_auth = NULL; in bt_conn_auth_cb_register()
3333 if (bt_auth) { in bt_conn_auth_cb_register()
3349 bt_auth = cb; in bt_conn_auth_cb_register()
3408 if (!bt_auth) { in bt_conn_auth_passkey_entry()
3438 if (!bt_auth) { in bt_conn_auth_passkey_confirm()
3455 if (!bt_auth) { in bt_conn_auth_cancel()
3472 if (!bt_auth) { in bt_conn_auth_pairing_confirm()
Dsmp.c317 (atomic_ptr_val_t)bt_auth); in latch_auth_cb()