Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c59 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function
89 .identity_resolved = identity_resolved,
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c253 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function
280 central_cb.identity_resolved = identity_resolved; in test_central()
Dtest_undirected_peripheral.c349 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function
403 peri_cb.identity_resolved = identity_resolved; in test_peripheral_main()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c357 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function
434 central_cb.identity_resolved = identity_resolved; in init_bt()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/
Dserver.c82 server_conn_cb.identity_resolved = NULL; in init_server_conn_callbacks()
Dclient.c154 client_conn_cb.identity_resolved = NULL; in client_procedure()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c473 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function
496 .identity_resolved = identity_resolved,
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c407 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function
425 .identity_resolved = identity_resolved,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1727 void (*identity_resolved)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2523 if (callback->identity_resolved) { in bt_conn_identity_resolved()
2524 callback->identity_resolved(conn, rpa, &conn->le.dst); in bt_conn_identity_resolved()
2529 if (cb->identity_resolved) { in bt_conn_identity_resolved()
2530 cb->identity_resolved(conn, rpa, &conn->le.dst); in bt_conn_identity_resolved()
Dgatt.c1553 .identity_resolved = bt_gatt_identity_resolved, in bt_gatt_init()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c841 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function
1122 .identity_resolved = identity_resolved,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c231 .identity_resolved = le_identity_resolved,