/Zephyr-latest/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-latest/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-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 35 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/ |
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-latest/samples/bluetooth/central_multilink/src/ |
D | central_multilink.c | 146 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/ |
D | central.c | 35 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()
|
D | peripheral.c | 35 central = *bt_conn_get_dst(g_conn); in peripheral() 45 ASSERT(bt_addr_le_eq(bt_conn_get_dst(g_conn), ¢ral), in peripheral()
|
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.c | 24 (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/ |
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-latest/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-latest/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-latest/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-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/ |
D | main.c | 25 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/ |
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-latest/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-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | peripheral.c | 35 central = *bt_conn_get_dst(g_conn); in peripheral()
|
/Zephyr-latest/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-latest/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()
|
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/ |
D | main.c | 33 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/ |
D | gatt_server_test.c | 20 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/ |
D | central.c | 124 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()
|
D | peripheral.c | 101 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()
|