Home
last modified time | relevance | path

Searched refs:bt_mesh_subnet_get (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlocal_operation.c134 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_node_get_local_net_key()
177 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_node_local_net_key_add()
248 if (bt_mesh_subnet_get(net_idx) == NULL) { in bt_mesh_node_local_app_key_add()
Dtest.c57 sub = bt_mesh_subnet_get(info->net_idx); in bt_mesh_device_auto_enter_network()
Dcfg_srv.c377 sub = bt_mesh_subnet_get(net_idx); in app_key_set()
567 if (!bt_mesh_subnet_get(key_net_idx)) { in app_key_del()
631 if (!bt_mesh_subnet_get(get_idx)) { in app_key_get()
2190 sub = bt_mesh_subnet_get(idx); in net_key_add()
2271 sub = bt_mesh_subnet_get(idx); in net_key_update()
2358 sub = bt_mesh_subnet_get(del_idx); in net_key_del()
2446 sub = bt_mesh_subnet_get(idx); in node_identity_get()
2490 sub = bt_mesh_subnet_get(idx); in node_identity_set()
2896 sub = bt_mesh_subnet_get(idx); in krp_get()
2922 sub = bt_mesh_subnet_get(idx); in krp_set()
[all …]
Dnet.h346 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx);
Dbeacon.c95 sub = bt_mesh_subnet_get(net_idx); in beacon_complete()
Dnet.c147 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx) in bt_mesh_subnet_get() function
753 if (bt_mesh_subnet_get(BLE_MESH_KEY_PRIMARY)) { in bt_mesh_primary_subnet_exist()
Dsettings.c456 sub = bt_mesh_subnet_get(net_idx); in net_key_set()
516 sub = bt_mesh_subnet_get(key.net_idx); in app_key_set()
1835 sub = bt_mesh_subnet_get(update->key_idx); in store_pending_keys()
Dproxy_client.c849 tx.sub = bt_mesh_subnet_get(net_idx); in send_proxy_cfg()
Daccess.c950 sub = bt_mesh_subnet_get(net_idx); in bt_mesh_tx_netkey_get()
Dfriend.c76 sub = bt_mesh_subnet_get(net_idx); in friend_subnet_get()
Dtransport.c1935 .sub = bt_mesh_subnet_get(cfg->hb_pub.net_idx),