Home
last modified time | relevance | path

Searched refs:bt_mesh_primary_addr (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c67 return bt_mesh_primary_addr() == tester_cfg.addr; in is_tester_address()
164 net_buf_simple_add_le16(pdu, sys_cpu_to_be16(bt_mesh_primary_addr())); in sol_fixed_pdu_create()
Dtest_provision.c1285 ASSERT_EQUAL(initial_addr, bt_mesh_primary_addr()); in reprovision_remote_devkey_server()
1316 ASSERT_EQUAL(initial_addr, bt_mesh_primary_addr()); in reprovision_remote_comp_data_server()
1334 ASSERT_EQUAL(initial_addr + 1, bt_mesh_primary_addr()); in reprovision_remote_address_server()
1359 const uint16_t initial_addr = bt_mesh_primary_addr(); in test_device_pb_remote_server_nppi_robustness()
1463 bool self_reprov = (bool)(current_dev_addr == bt_mesh_primary_addr()); in test_device_pb_remote_client_server_same_dev()
1478 ASSERT_EQUAL(current_dev_addr, bt_mesh_primary_addr()); in test_device_pb_remote_client_server_same_dev()
1493 ASSERT_EQUAL(current_dev_addr, bt_mesh_primary_addr()); in test_device_pb_remote_client_server_same_dev()
1508 ASSERT_EQUAL(current_dev_addr, bt_mesh_primary_addr()); in test_device_pb_remote_client_server_same_dev()
1542 const uint16_t initial_addr = bt_mesh_primary_addr(); in test_device_pb_remote_server_same_dev()
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.h56 uint16_t bt_mesh_primary_addr(void);
Dlpn.c220 .src = bt_mesh_primary_addr(), in send_friend_clear()
366 .src = bt_mesh_primary_addr(), in send_friend_req()
469 .src = bt_mesh_primary_addr(), in send_friend_poll()
620 return bt_mesh_friend_cred_create(cred, bt_mesh_primary_addr(), in friend_cred_create()
716 if (addr != bt_mesh_primary_addr() || counter != lpn->lpn_counter) { in bt_mesh_lpn_friend_clear_cfm()
797 .src = bt_mesh_primary_addr(), in sub_update()
Dheartbeat.c117 .src = bt_mesh_primary_addr(), in heartbeat_send()
304 (BT_MESH_ADDR_IS_UNICAST(dst) && dst != bt_mesh_primary_addr())) { in bt_mesh_hb_sub_set()
Dprovisionee.c482 uint16_t old_addr = bt_mesh_primary_addr(); in refresh_is_valid()
499 valid_addr = bt_mesh_prov_link.addr == bt_mesh_primary_addr(); in refresh_is_valid()
625 bt_mesh_prov->reprovisioned(bt_mesh_primary_addr()); in reprovision_complete()
Dmain.c190 if (addr != bt_mesh_primary_addr()) { in bt_mesh_reprovision()
662 uint16_t addr = bt_mesh_primary_addr(); in bt_mesh_start()
Dproxy_srv.c185 .src = bt_mesh_primary_addr(), in send_filter_status()
561 sys_put_be16(bt_mesh_primary_addr(), &tmp[14]); in node_id_adv()
582 sys_put_be16(bt_mesh_primary_addr(), &tmp[14]); in priv_node_id_adv()
Dsolicitation.c306 net_buf_simple_add_le16(pdu, sys_cpu_to_be16(bt_mesh_primary_addr())); in sol_pdu_create()
Dprovisioner.c924 LOG_DBG("Application reprovisioned callback 0x%04x", bt_mesh_primary_addr()); in reprovision_local_client_server()
925 bt_mesh_prov->reprovisioned(bt_mesh_primary_addr()); in reprovision_local_client_server()
Dfriend.c136 bt_mesh_primary_addr(), in friend_cred_create()
257 .src = bt_mesh_primary_addr(), in bt_mesh_friend_clear()
551 info.src = bt_mesh_primary_addr(); in encode_friend_ctl()
820 .src = bt_mesh_primary_addr(), in send_friend_clear()
Dnet.c1211 LOG_DBG("addr 0x%04x DevKey %s", bt_mesh_primary_addr(), in store_pending_net()
1214 net.primary_addr = bt_mesh_primary_addr(); in store_pending_net()
Dtransport.c1115 .src = obo ? bt_mesh_primary_addr() : src, in send_ack()
Daccess.c1140 uint16_t bt_mesh_primary_addr(void) in bt_mesh_primary_addr() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c476 if (bt_mesh_shell_target_ctx.dst == bt_mesh_primary_addr()) { in reprovisioned()
1011 .src = bt_mesh_primary_addr(), in cmd_net_send()
1551 bt_mesh_shell_target_ctx.dst == bt_mesh_primary_addr() in cmd_dst()
1558 bt_mesh_shell_target_ctx.dst = bt_mesh_primary_addr(); in cmd_dst()
1568 bt_mesh_shell_target_ctx.dst == bt_mesh_primary_addr() ? " (local)" in cmd_dst()