| /Zephyr-4.1.0/samples/bluetooth/peripheral_hids/src/ |
| D | main.c | 42 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-4.1.0/tests/bluetooth/host/keys/mocks/ |
| D | conn.h | 17 FAKE(bt_conn_get_dst) \ 20 DECLARE_FAKE_VALUE_FUNC(const bt_addr_le_t *, bt_conn_get_dst, const struct bt_conn *);
|
| D | conn.c | 11 DEFINE_FAKE_VALUE_FUNC(const bt_addr_le_t *, bt_conn_get_dst, const struct bt_conn *);
|
| /Zephyr-4.1.0/samples/bluetooth/peripheral_sc_only/src/ |
| D | main.c | 47 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected() 65 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected() 88 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed() 110 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_passkey_display() 119 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in auth_cancel()
|
| /Zephyr-4.1.0/samples/bluetooth/peripheral_identity/src/ |
| D | peripheral_identity.c | 92 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-4.1.0/samples/bluetooth/central_multilink/src/ |
| D | central_multilink.c | 147 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected() 185 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected() 202 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_param_req() 216 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_param_updated() 228 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in security_changed() 245 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_phy_updated() 258 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in le_data_len_updated() 291 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in remote_info() 311 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnect()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
| D | central.c | 38 id_b = *bt_conn_get_dst(g_conn); in central() 46 TEST_ASSERT(bt_addr_le_eq(bt_conn_get_dst(g_conn), &id_b), in central()
|
| D | peripheral.c | 38 central = *bt_conn_get_dst(g_conn); in peripheral() 48 TEST_ASSERT(bt_addr_le_eq(bt_conn_get_dst(g_conn), ¢ral), in peripheral()
|
| /Zephyr-4.1.0/tests/bluetooth/audio/mocks/include/ |
| D | conn.h | 21 FAKE(bt_conn_get_dst) \ 27 DECLARE_FAKE_VALUE_FUNC(const bt_addr_le_t *, bt_conn_get_dst, const struct bt_conn *);
|
| /Zephyr-4.1.0/samples/bluetooth/encrypted_advertising/peripheral/src/ |
| D | peripheral_ead.c | 188 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-4.1.0/tests/bsim/bluetooth/host/iso/cis/src/ |
| D | common.c | 26 (void)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()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
| D | main.c | 185 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-4.1.0/samples/bluetooth/peripheral_past/src/ |
| D | main.c | 31 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-4.1.0/samples/bluetooth/central/src/ |
| D | main.c | 80 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-4.1.0/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/ |
| D | main.c | 121 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-4.1.0/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/ |
| D | main.c | 30 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected() 52 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected() 117 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connection_info()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
| D | central.c | 85 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()
|
| D | dut.c | 48 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-4.1.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
| D | peripheral.c | 38 central = *bt_conn_get_dst(g_conn); in peripheral()
|
| /Zephyr-4.1.0/samples/bluetooth/encrypted_advertising/central/src/ |
| D | central_ead.c | 309 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-4.1.0/tests/bsim/bluetooth/host/att/eatt/src/ |
| D | common.c | 26 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in connected() 50 bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr)); in disconnected()
|
| /Zephyr-4.1.0/samples/bluetooth/direction_finding_central/src/ |
| D | main.c | 210 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-4.1.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
| D | central.c | 127 addr = bt_conn_get_dst(conn); in connected() 145 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in disconnected() 163 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in security_changed()
|
| D | peripheral.c | 103 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in connected() 121 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in disconnected() 136 bt_addr_le_to_str(bt_conn_get_dst(conn), addr_str, sizeof(addr_str)); in security_changed()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/settings_clear/src/ |
| D | server.c | 56 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()
|