Searched refs:identity_resolved (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 71 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function 102 .identity_resolved = identity_resolved,
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_central.c | 228 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function 255 central_cb.identity_resolved = identity_resolved; in test_central()
|
D | test_undirected_peripheral.c | 325 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function 379 peri_cb.identity_resolved = identity_resolved; in test_peripheral_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/ |
D | server.c | 70 server_conn_cb.identity_resolved = NULL; in init_server_conn_callbacks()
|
/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 | 406 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function 424 .identity_resolved = identity_resolved,
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 1756 void (*identity_resolved)(struct bt_conn *conn, member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 2530 if (callback->identity_resolved) { in bt_conn_identity_resolved() 2531 callback->identity_resolved(conn, rpa, &conn->le.dst); in bt_conn_identity_resolved() 2536 if (cb->identity_resolved) { in bt_conn_identity_resolved() 2537 cb->identity_resolved(conn, rpa, &conn->le.dst); in bt_conn_identity_resolved()
|
D | gatt.c | 1562 .identity_resolved = bt_gatt_identity_resolved, in bt_gatt_init()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 844 static void identity_resolved(struct bt_conn *conn, const bt_addr_le_t *rpa, in identity_resolved() function 1125 .identity_resolved = identity_resolved,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 225 .identity_resolved = le_identity_resolved,
|