Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c225 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() function
287 peripheral_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c371 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() function
439 central_auth_cb.passkey_confirm = auth_passkey_confirm; in init_bt()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1078 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) function
1162 cb.passkey_confirm = auth_passkey_confirm;
1174 cb.passkey_confirm = auth_passkey_confirm;
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4001 static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) in auth_passkey_confirm() function
4209 .passkey_confirm = auth_passkey_confirm,
4251 .passkey_confirm = auth_passkey_confirm,