Searched refs:bt_mesh_primary_addr (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_proxy_sol.c | 67 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()
|
D | test_provision.c | 1285 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/ |
D | access.h | 56 uint16_t bt_mesh_primary_addr(void);
|
D | lpn.c | 220 .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()
|
D | heartbeat.c | 117 .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()
|
D | provisionee.c | 482 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()
|
D | main.c | 190 if (addr != bt_mesh_primary_addr()) { in bt_mesh_reprovision() 662 uint16_t addr = bt_mesh_primary_addr(); in bt_mesh_start()
|
D | proxy_srv.c | 185 .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()
|
D | solicitation.c | 306 net_buf_simple_add_le16(pdu, sys_cpu_to_be16(bt_mesh_primary_addr())); in sol_pdu_create()
|
D | provisioner.c | 924 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()
|
D | friend.c | 136 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()
|
D | net.c | 1211 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()
|
D | transport.c | 1115 .src = obo ? bt_mesh_primary_addr() : src, in send_ack()
|
D | access.c | 1140 uint16_t bt_mesh_primary_addr(void) in bt_mesh_primary_addr() function
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 476 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()
|