Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c31 static struct bt_conn_auth_cb peripheral_auth_cb; variable
286 peripheral_auth_cb.pairing_confirm = NULL; in init_bt()
287 peripheral_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
288 peripheral_auth_cb.passkey_display = auth_passkey_display; in init_bt()
289 peripheral_auth_cb.passkey_entry = NULL; in init_bt()
290 peripheral_auth_cb.oob_data_request = NULL; in init_bt()
291 peripheral_auth_cb.cancel = auth_cancel; in init_bt()
293 err = bt_conn_auth_cb_register(&peripheral_auth_cb); in init_bt()