Home
last modified time | relevance | path

Searched refs:bt_conn_get_dst (Results 1 – 25 of 120) sorted by relevance

12345

/Zephyr-latest/samples/bluetooth/peripheral_hids/src/
Dmain.c42 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
61 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
72 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
116 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_passkey_display()
125 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_cancel()
/Zephyr-latest/tests/bluetooth/host/keys/mocks/
Dconn.h17 FAKE(bt_conn_get_dst) \
20 DECLARE_FAKE_VALUE_FUNC(const bt_addr_le_t *, bt_conn_get_dst, const struct bt_conn *);
Dconn.c11 DEFINE_FAKE_VALUE_FUNC(const bt_addr_le_t *, bt_conn_get_dst, const struct bt_conn *);
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c35 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
53 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
76 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
97 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_passkey_display()
106 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_cancel()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c92 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
101 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
116 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_param_req()
130 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_param_updated()
142 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_phy_updated()
155 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_data_len_updated()
169 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
183 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_cancel()
234 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnect()
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c146 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
184 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
201 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_param_req()
215 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_param_updated()
227 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
244 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_phy_updated()
257 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_data_len_updated()
290 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in remote_info()
310 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnect()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dcentral.c35 id_b = *bt_conn_get_dst(g_conn); in central()
43 ASSERT(bt_addr_le_eq(bt_conn_get_dst(g_conn), &id_b), in central()
Dperipheral.c35 central = *bt_conn_get_dst(g_conn); in peripheral()
45 ASSERT(bt_addr_le_eq(bt_conn_get_dst(g_conn), &central), in peripheral()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c188 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
204 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
215 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
230 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_passkey_confirm()
244 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_passkey_display()
255 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_cancel()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c24 (void)bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
51 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c185 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in notify_func()
288 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in discover_func()
322 if (!bt_addr_le_cmp(bt_conn_get_dst(conn_infos[i].conn_ref), addr)) { in check_if_peer_connected()
402 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected_cb()
411 conn_info_ref = get_new_conn_info_ref(bt_conn_get_dst(conn)); in connected_cb()
438 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
461 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
512 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in mtu_exchange_cb()
529 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in exchange_mtu()
559 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in subscribe_to_service()
[all …]
/Zephyr-latest/samples/bluetooth/peripheral_past/src/
Dmain.c31 bt_addr_le_to_str(bt_conn_get_dst(info->conn), past_peer_addr, in sync_cb()
79 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
100 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
/Zephyr-latest/samples/bluetooth/central/src/
Dmain.c80 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
109 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c121 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in mtu_updated()
140 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
183 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_param_req()
198 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
235 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in rx_notification()
316 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in discover_func()
339 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in subscribe_to_service()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
Dmain.c25 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
47 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
112 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connection_info()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Dcentral.c85 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in acl_connected()
99 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in acl_disconnected()
Ddut.c48 bt_addr_le_to_str(bt_conn_get_dst(chan->conn), addr, sizeof(addr)); in send_data_over_l2cap()
84 bt_addr_le_to_str(bt_conn_get_dst(chan->conn), addr, sizeof(addr)); in resume_sending_until_done()
191 const bt_addr_le_t *central = bt_conn_get_dst(conn); in acl_connected()
222 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in acl_disconnected()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c309 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
331 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
347 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed()
376 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_passkey_confirm()
390 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_passkey_display()
401 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_cancel()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dperipheral.c35 central = *bt_conn_get_dst(g_conn); in peripheral()
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c210 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
233 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
251 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in cte_recv_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/
Dserver.c56 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in disconnected()
67 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in security_changed()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c33 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
47 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c20 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected()
42 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dcentral.c124 addr = bt_conn_get_dst(conn); in connected()
142 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in disconnected()
160 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in security_changed()
Dperipheral.c101 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in connected()
119 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in disconnected()
134 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in security_changed()

12345