Searched refs:p_net_idx_next (Results 1 – 4 of 4) sorted by relevance
105 bt_mesh.p_net_idx_next = net_idx; in bt_mesh_fast_prov_net_key_add()
126 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()
274 uint16_t p_net_idx_next; member
881 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()