Searched refs:identity_resolved (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 59 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/ |
D | test_undirected_central.c | 253 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()
|
D | test_undirected_peripheral.c | 349 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/ |
D | central_ead.c | 357 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/ |
D | server.c | 82 server_conn_cb.identity_resolved = NULL; in init_server_conn_callbacks()
|
D | client.c | 154 client_conn_cb.identity_resolved = NULL; in client_procedure()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 473 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/ |
D | has.c | 407 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/ |
D | conn.h | 1727 void (*identity_resolved)(struct bt_conn *conn, member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 2523 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()
|
D | gatt.c | 1553 .identity_resolved = bt_gatt_identity_resolved, in bt_gatt_init()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 841 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/ |
D | btp_gap.c | 231 .identity_resolved = le_identity_resolved,
|