Home
last modified time | relevance | path

Searched refs:p_net_idx_next (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfast_prov.c105 bt_mesh.p_net_idx_next = net_idx; in bt_mesh_fast_prov_net_key_add()
Dprovisioner_main.c126 bt_mesh.p_net_idx_next = 0x0001; in bt_mesh_provisioner_net_create()
173 bt_mesh.p_net_idx_next = 0U; in bt_mesh_provisioner_main_reset()
1221 if (bt_mesh.p_net_idx_next >= 0x1000) { in bt_mesh_provisioner_local_net_key_add()
1273 sub->net_idx = bt_mesh.p_net_idx_next; in bt_mesh_provisioner_local_net_key_add()
1276 sub->net_idx = (++bt_mesh.p_net_idx_next); in bt_mesh_provisioner_local_net_key_add()
1287 bt_mesh.p_net_idx_next++; in bt_mesh_provisioner_local_net_key_add()
Dnet.h274 uint16_t p_net_idx_next; member
Dsettings.c881 bt_mesh.p_net_idx_next = net_idx; in p_net_idx_set()
883 BT_INFO("Restored next NetKeyIndex alloc 0x%03x", bt_mesh.p_net_idx_next); in p_net_idx_set()
2415 BT_DBG("Store, p_net_idx_next 0x%03x", bt_mesh.p_net_idx_next); in bt_mesh_store_p_net_idx()
2418 (const uint8_t *)&bt_mesh.p_net_idx_next, sizeof(bt_mesh.p_net_idx_next)); in bt_mesh_store_p_net_idx()