Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dfast_prov.c40 if (dst == bt_mesh_primary_addr()) { in bt_mesh_fast_prov_dev_key_get()
170 bt_mesh_provisioner_set_primary_elem_addr(bt_mesh_primary_addr()); in bt_mesh_set_fast_prov_action()
Daccess.h47 uint16_t bt_mesh_primary_addr(void);
Dlpn.c191 .src = bt_mesh_primary_addr(), in send_friend_clear()
314 .src = bt_mesh_primary_addr(), in send_friend_req()
385 .src = bt_mesh_primary_addr(), in send_friend_poll()
590 if (addr != bt_mesh_primary_addr() || counter != lpn->counter) { in bt_mesh_lpn_friend_clear_cfm()
671 .src = bt_mesh_primary_addr(), in sub_update()
Dnet.c223 lpn_addr = bt_mesh_primary_addr(); in friend_cred_set()
227 frnd_addr = bt_mesh_primary_addr(); in friend_cred_set()
231 frnd_addr = bt_mesh_primary_addr(); in friend_cred_set()
1561 uint16_t addr = bt_mesh_primary_addr(); in bt_mesh_net_start()
Dfriend.c249 .src = bt_mesh_primary_addr(), in bt_mesh_friend_clear()
541 info.src = bt_mesh_primary_addr(); in encode_friend_ctl()
803 .src = bt_mesh_primary_addr(), in send_friend_clear()
Dproxy_server.c251 .src = bt_mesh_primary_addr(), in send_filter_status()
1143 sys_put_be16(bt_mesh_primary_addr(), tmp + 14); in node_id_adv()
Dproxy_client.c850 .src = bt_mesh_primary_addr(), in send_proxy_cfg()
Daccess.c463 uint16_t bt_mesh_primary_addr(void) in bt_mesh_primary_addr() function
Dsettings.c1511 BT_DBG("Primary address 0x%04x DevKey %s", bt_mesh_primary_addr(), in store_pending_net()
1514 net.primary_addr = bt_mesh_primary_addr(); in store_pending_net()
Dtransport.c1262 .src = obo ? bt_mesh_primary_addr() : src, in send_ack()
Dcfg_srv.c3194 sub_dst != bt_mesh_primary_addr())) { in heartbeat_sub_set()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c49 uint16_t primary_addr = bt_mesh_primary_addr(); in bt_mesh_get_default_trans_time()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1043 return bt_mesh_primary_addr(); in btc_ble_mesh_get_primary_addr()